3 releases (breaking)
0.3.0 | Jun 23, 2023 |
---|---|
0.2.0 | Jun 23, 2023 |
0.1.0 | Jun 21, 2023 |
#14 in #serializer
29KB
687 lines
Example
use valve_kv_tools::{format_keyvalue, FormatterConfig};
fn main() {
let input = r#""key" "value""#;
let output = format_keyvalue(input, FormatterConfig::default()).unwrap();
assert_eq!(input, output);
}
Dependencies
~3–4.5MB
~84K SLoC