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);
}
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Serializer, Formatter and Linter for Valve's KeyValue format.
License
Sarrus1/valve-kv-tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Serializer, Formatter and Linter for Valve's KeyValue format.