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

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

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages