https://github.com/script-mouse/structinator_traits
https://github.com/script-mouse/structinator_traits
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/script-mouse/structinator_traits
- Owner: script-mouse
- License: apache-2.0
- Created: 2023-08-04T00:50:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T21:51:22.000Z (almost 2 years ago)
- Last Synced: 2025-12-13T19:22:57.992Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
structinator_traits is designed to be used with [structinator](https://crates.io/crates/structinator), a library that automatically implements the `SpecifyCreatableStruct` trait. However, this library is also useful because it contains the type that the argument passed to `create_struct` must iterate over, or can be used to mix custom and automatic implementations of `SpecifyCreatableStruct`. For more information, check the [documentation](https://docs.rs/structinator_traits/0.1.0/structinator_traits/)