Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

openzt1/bf-configparser

 
 

Repository files navigation

bf-configparser

Important

Moved to OpenZT Workspace

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

 
 
 

Contributors

Languages

  • Rust 100.0%