Updated Home (markdown)

Ed Page 2023-11-06 19:45:23 -06:00
parent dc7da86d98
commit 6bcc0fbd42

@ -70,7 +70,7 @@ Please note the highest TOML version tag that your parser supports in your READM
| Ruby | https://github.com/kgiszczak/tomlib | binding of [tomlc99] |
| Ruby | https://github.com/mame/perfect_toml | |
| Rust | https://github.com/tamasfe/taplo | |
| Rust | https://github.com/toml-rs/toml | |
| Rust | https://github.com/toml-rs/toml | Contains both `toml` for serde and `toml_edit` for modifications |
| Swift | https://github.com/LebJe/TOMLKit | binding of [tomlplusplus] |
| Swift | https://github.com/dduan/TOMLDecoder | |
| V | https://github.com/vlang/v/tree/master/vlib/toml | |
@ -99,6 +99,7 @@ Please note the highest TOML version tag that your parser supports in your READM
| Haskell | https://github.com/kowainik/tomland | |
| Nim | https://github.com/NimParsers/parsetoml | |
| Python | https://github.com/uiri/toml | |
| Rust | https://github.com/dtolnay/basic-toml | |
| Smalltalk | https://github.com/DraagrenKirneh/TOML | |
| Zig | https://github.com/aeronavery/zig-toml | |