An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Traitful

#### A collection of helper macros for trait patterns

[![Crates.io](https://img.shields.io/crates/v/traitful)](https://crates.io/crates/traitful)
[![Crates.io](https://img.shields.io/crates/d/traitful)](https://crates.io/crates/traitful)
[![Crates.io (recent)](https://img.shields.io/crates/dr/traitful)](https://crates.io/crates/traitful)
[![Crates.io](https://img.shields.io/crates/l/traitful)](https://github.com/ardaku/traitful/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/traitful/badge.svg)](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