Docs.rs
tryfrom-via-fromstr-0.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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
1
items with examples
Size
Source code size: 16.34 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 308.65 kB
This is the summed size of all files generated by rustdoc for all configured targets
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
(2023-05-13)
0.1.0
(2023-05-13)
Owners
A rust proc-macro for deriving
TryFrom<&str>
from
FromStr
.