https://github.com/ardaku/traitful
A collection of helper attribute macros for trait patterns
https://github.com/ardaku/traitful
extension extension-traits proc-macro proc-macro-attributes rust rust-crate rust-library rust-patterns sealed sealed-traits traits
Last synced: 6 months ago
JSON representation
A collection of helper attribute macros for trait patterns
- Host: GitHub
- URL: https://github.com/ardaku/traitful
- Owner: ardaku
- License: apache-2.0
- Created: 2023-07-23T18:30:37.000Z (about 2 years ago)
- Default Branch: v0
- Last Pushed: 2024-12-01T05:08:05.000Z (10 months ago)
- Last Synced: 2025-03-29T18:51:13.310Z (6 months ago)
- Topics: extension, extension-traits, proc-macro, proc-macro-attributes, rust, rust-crate, rust-library, rust-patterns, sealed, sealed-traits, traits
- Language: Rust
- Homepage: https://docs.rs/traitful
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Traitful
#### A collection of helper macros for trait patterns
[](https://crates.io/crates/traitful)
[](https://crates.io/crates/traitful)
[](https://crates.io/crates/traitful)
[](https://github.com/ardaku/traitful/search?l=Text&q=license)
[](https://docs.rs/traitful/)## License
Copyright © 2023-2024 The Traitful Contributors.Licensed under any of
- Apache License, Version 2.0, ([LICENSE\_APACHE] or
)
- Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
)
- MIT License, ([LICENSE\_MIT] or )at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.## Help
If you want help using or contributing to this library, feel free to send me an
email at .[LICENSE\_APACHE]: https://github.com/ardaku/traitful/blob/v0/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/ardaku/traitful/blob/v0/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/ardaku/traitful/blob/v0/LICENSE_MIT