Check For nom tag() Matches In A Vec In Rust
This is what I'm using in Neopoligen to check to see if a tag matches one of the configured tags that's stored in a BTreeMap.
TODO: Edit this down so it's a more direct and full example with a Vec.
let = site_config
.section_types
.get
.unwrap
.iter
.fold?;
-- end of line --