Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doumanash/auto-trait
Proc macro to generate trait implementation for wrapper types
https://github.com/doumanash/auto-trait
Last synced: 1 day ago
JSON representation
Proc macro to generate trait implementation for wrapper types
- Host: GitHub
- URL: https://github.com/doumanash/auto-trait
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2021-06-22T06:34:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T10:17:17.000Z (9 months ago)
- Last Synced: 2024-10-11T14:17:44.379Z (26 days ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# auto-trait
[![Actions Status](https://github.com/DoumanAsh/auto-trait/workflows/Rust/badge.svg)](https://github.com/DoumanAsh/auto-trait/actions)
[![Crates.io](https://img.shields.io/crates/v/auto-trait)](https://crates.io/crates/auto-trait)
[![Documentation](https://docs.rs/auto-trait/badge.svg)](https://docs.rs/crate/auto-trait/)Simple macro to generate trait implementation for wrapper types