Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhteper/modifications
Rust setters generator via proc macro
https://github.com/jonhteper/modifications
Last synced: about 1 month ago
JSON representation
Rust setters generator via proc macro
- Host: GitHub
- URL: https://github.com/jonhteper/modifications
- Owner: jonhteper
- License: mit
- Created: 2024-10-26T06:37:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:50:48.000Z (3 months ago)
- Last Synced: 2024-10-28T20:28:08.724Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modificable
Rust setters generator via proc macro and provide `Modifications` trait.## Public Features
- `modifications_utc`: Enables the `ModificationsMetadata` struct and the `Modifications` trait implementation for `chrono::Utc`.
- `modifications_local`: Enables the `ModificationsMetadata` struct and the `Modifications` trait implementation for `chrono::Local`.Don't use both features at the same time, because they are mutually exclusive. Please, don't enable any other feature, they are only for internal use.
## Tests
Use the next command to run tests, otherwise you can't really test anything:
```bash
cargo test --features testing
```