sfparse-rs
sfparse-rs is RFC 9651 Structured Field Values parser written in Rust. It is the port of sfparse written in C.
It is designed not to do any extra allocation, like allocating maps, lists, and Strings, and do the minimal stuff to parse the input data.
use ;
let mut urgency :i32 = 3;
let mut incremental = false;
let mut p = new;
loop
println!;
License
The MIT License
Copyright (c) 2024 sfparse-rs contributors