https://github.com/jonhteper/modifications
Rust setters generator via proc macro
https://github.com/jonhteper/modifications
Last synced: 5 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:26:13.000Z (9 months ago)
- Last Synced: 2025-01-05T11:44:43.383Z (6 months ago)
- Language: Rust
- Size: 9.77 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
```