steam-vdf-parser 0.1.1

Zero-copy parser for Steam's VDF (Valve Data Format) files
Documentation
1
2
3
4
5
6
7
//! Text VDF format parser.
//!
//! Parses human-readable VDF text format using winnow parser combinators.

pub mod parser;

pub use parser::parse as parse_text;