pub fn parse(bytes: &[u8]) -> Lines<'_> ⓘAvailable on crate feature
attributes only.Expand description
Parse attribute assignments line by line from bytes, and fail the operation on error.
For leniency, ignore errors using filter_map(Result::ok) for example.