Expand description
Batteries for parsing a single attribute.
Functionsยง
- doc
- Lookups for the standard Rust
#[doc]
attributes in the givensyn::Attribute
s and parses their text assyn::LitStr
with a little normalization. - doc_
string - Lookups for the standard Rust
#[doc]
attributes in the givensyn::Attribute
s and parses their text asString
with a little normalization.