21 releases (12 breaking)
new 0.13.1 | May 2, 2025 |
---|---|
0.12.0 | Jan 14, 2025 |
0.11.1 | Dec 13, 2024 |
0.11.0 | Jul 26, 2024 |
0.3.0 | Jul 30, 2021 |
#616 in Database interfaces
172 downloads per month
27KB
660 lines
nextcloud-config-parser
Rust parser for nextcloud config files.
Usage
use nextcloud_config_parser::{parse, Error};
fn main() -> Result<(), Error> {
let config = parse("tests/configs/basic.php")?;
dbg!(config);
Ok(())
}
Dependencies
~8MB
~117K SLoC