Docs.rs
tryfrom-via-fromstr-0.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tryfrom-via-fromstr 0.1.1
Derive `TryFrom` by delegating to the `FromStr` impl
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
2
out of
2
items documented
1
out of
2
items with examples
Links
nathan-at-least/tryfrom-via-fromstr
0
0
0
crates.io
Dependencies
proc-macro2 ^1.0.56
normal
quote ^1.0.27
normal
syn ^2.0.15
normal
derive_more ^0.99.17
dev
indoc ^2.0.1
dev
prettyplease ^0.2.4
dev
test-case ^3.1.0
dev
Versions
0.1.1
0.1.0
Owners
A rust proc-macro for deriving
TryFrom<&str>
from
FromStr
.