Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
3991aa5d3338019d58599b378f8fae430916ab3d
/
.
/
crates
/
winnow
/
src
/
_topic
/
fromstr.rs
blob: d126d16bb44ff37455370e2c099bb35cf244d14e [
file
] [
log
] [
blame
]
//! # Implementing `FromStr`
//!
//! The [`FromStr` trait][std::str::FromStr] provides
//! a common interface to parse from a string.
//!
//! ```rust
#![
doc
=
include_str
!(
"../../examples/css/parser.rs"
)]
//! ```