also WIP is ugly
This commit is contained in:
parent
343f87fad2
commit
6b2cfdf187
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Frostwalker
|
||||
A TOML-like configuration language parser for Rust. At present, the crate has a WIP lexer with unit tests written for common cases. A validator and parser are planned to be added.
|
||||
A TOML-like configuration language parser for Rust. At present, the crate has a work in progress lexer with unit tests written for common cases. A validator and parser are planned to be added.
|
||||
|
||||
## Justification
|
||||
The Rust crate `toml` pulls in 8 other crates to do its job, including `serde`. While this may not be irksome to basically most Rust developers, I'm used to using severely underpowered Intel hardware so low compile times is a big focus for me so a crate made by me that requires only the standard library compared to one that requires other dependencies is preferrable.
|
||||
|
|
Loading…
Reference in a new issue