brodycritchlow / winch

GNU General Public License v3.0
1 stars 1 forks source link

💡 [REQUEST] - TOML Parser #6

Open tylercritchlow opened 11 months ago

tylercritchlow commented 11 months ago

Start Date

11/27/23

Implementation PR

not applicable

Reference Issues

No response

Summary

https://docs.rs/toml/latest/toml/

This crate will help us parse our config.winch files.

Basic Example

https://docs.rs/toml/0.8.8/toml/

the docs have all the examples.

Drawbacks

This crate may be complex to configure and customize.

Unresolved questions

No response

tylercritchlow commented 11 months ago

@brodycritchlow I will need some help to use this crate, or should we reinvent the wheel so we can customize the parser for our specific needs? The crate is not straightforward, and it may be hard to implement what we need to do. Ultimately it's up to you, sir.