Skip to content

A Rust library for parsing and writing configuration files based on INI like file formats used in Zoo Tycoon (2001).

License

Notifications You must be signed in to change notification settings

openztcc/bf-configparser

This branch is 10 commits ahead of, 7 commits behind QEDK/configparser-rs:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2022
Apr 3, 2024
Mar 6, 2024
Nov 20, 2023
Jan 2, 2024
Apr 14, 2021
Apr 3, 2024
Jan 2, 2024
Jan 2, 2024
Jan 24, 2024

Repository files navigation

bf-configparser

Build Status Crates.io Maintenance

This is a Rust library for parsing and writing configuration files based on INI like file formats used in Zoo Tycoon (2001).

It is forked from configparser-rs, the main differences are:

  • Duplicate keys create a list of values instead of overwriting the previous value
  • Breaks api compatibility with Python's configparser, getbool() and other non-snake case functions are removed
  • Adds get_vec() function to get a vector of values
  • Adds generic get_parse() and get_vec_parse functions, replacing all get*() functions

About

A Rust library for parsing and writing configuration files based on INI like file formats used in Zoo Tycoon (2001).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%