summaryrefslogtreecommitdiffstats
path: root/vendor/winnow/src/_topic/fromstr.rs
blob: d126d16bb44ff37455370e2c099bb35cf244d14e (plain)
1
2
3
4
5
6
7
8
//! # 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")]
//! ```