https://github.com/steadylearner/born-attribute
Project to help users find 'born' crate better with attribute macros.
https://github.com/steadylearner/born-attribute
Last synced: 9 months ago
JSON representation
Project to help users find 'born' crate better with attribute macros.
- Host: GitHub
- URL: https://github.com/steadylearner/born-attribute
- Owner: steadylearner
- License: apache-2.0
- Created: 2020-05-25T14:46:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T16:40:22.000Z (about 6 years ago)
- Last Synced: 2025-02-28T12:57:04.206Z (over 1 year ago)
- Language: Rust
- Homepage: https://github.com/steadylearner/born
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://travis-ci.org/steadylearner/born)
[](https://crates.io/crates/born)
[](https://docs.rs/born/
)
# Remove code duplication with attribute macros
Test it with the command below. The payload is `struct_fields` in src/lib.rs file. Compare the proejct with [born](https://github.com/steadylearner/born) repository.
```console
$cargo test pass -- --nocapture
```