Registry / utility / frunk-derives

frunk-derives

JSON →
library0.4.4rscratesunverified

Custom derivations for certain traits in the Frunk generic programming library.

# Cargo.toml [dependencies] frunk_derives = "0.4.4"
INSTALL
IMPORT
SIG · FRUNK-DERIVES
F
frunk-derives
utilityrustv0.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Validatable
✓ use frunk_derives::Validatable;

Derive the Validatable trait for a struct.

use frunk_derives::Validatable; #[derive(Validatable)] struct User { name: String, } fn main() { let user = User { name: "Alice".into() }; println!("Validated"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
frunk-derives — cargo add frunk-derives · libregistry