Module synthez_core::parse::attr

source ·
Expand description

Batteries for parsing a single attribute.

Functions

  • Lookups for the standard Rust #[doc] attributes in the given syn::Attributes and parses their text as syn::LitStr with a little normalization.
  • Lookups for the standard Rust #[doc] attributes in the given syn::Attributes and parses their text as String with a little normalization.