listinfo-0.4.0 has been yanked.
Visit the last successful build:
listinfo-0.4.8
A zero-copy MAME ListInfo format DAT files parser and deserializer.
Usage
listinfo-rs provides a lower-level zero-copy expression tree API as well as a more user friendly Serde deserialization API.
Illustrated here is an example with the expression tree API
Features
listinfo-rs supports the following features
stdEnablesstdsupport (enabled by default)deserializeEnables support for serde deserialization
no_std
listinfo-rs requires alloc, but otherwise is fully supported on #![no_std]
environments.
You can enable no_std support like in Cargo.toml
= { = "0.3", = false }