Crates.io | field |
lib.rs | field |
version | 0.1.0 |
source | src |
created_at | 2023-07-06 08:51:27.439566 |
updated_at | 2023-07-06 08:51:27.439566 |
description | Statically-verified struct field names as strings. |
homepage | |
repository | https://github.com/Carnagion/field |
max_upload_size | |
id | 909689 |
size | 21,116 |
Statically verified struct
field names as strings.
See the documentation for more details.
Add the following to your Cargo manifest (Cargo.toml
file):
[dependencies]
field = "0.1.0"
Or, just run cargo add field
.
field
has zero dependencies, and is #[no_std]
-compatible by default.
Licensed under either of
at your option.
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 dual-licensed as above, without any additional terms or conditions.