A TOML toolkit written in Rust
Find a file
2022-02-02 00:38:00 -08:00
.github/workflows chore(*): lsp stub Send, CI toolchain update, fixes 2021-11-06 19:08:26 +01:00
js Update entry.ts 2022-02-02 00:38:00 -08:00
lsp-async-stub chore(*): clippy fixes, version bumps 2022-01-28 15:37:00 +01:00
schemas Update rustfmt.toml.json 2022-01-28 05:12:12 +01:00
scripts chore: added lsp build script 2021-04-02 14:49:01 +02:00
site chore(deps): bump color-string from 1.5.4 to 1.9.0 in /site 2022-01-28 16:33:22 +00:00
taplo fix(taplo): various fixes 2022-01-28 17:11:50 +01:00
taplo-cli feat(cli): toml test 2022-01-28 17:11:19 +01:00
taplo-lsp chore(*): clippy fixes, version bumps 2022-01-28 15:37:00 +01:00
test-data fix(dom): parent table after child table, closes #125 2021-07-10 04:42:01 +02:00
util fix(schema): schemastore patterns 2020-12-28 21:44:46 +01:00
.gitignore feat(*): schema repository changes 2020-12-25 19:37:54 +01:00
Cargo.toml feat(*): schema repository changes 2020-12-25 19:37:54 +01:00
CONTRIBUTING.md docs(CONTRIBUTING): fix site link in CONTRIBUTING 2021-09-29 19:59:26 +09:00
LICENSE.md Initial commit 2020-05-24 00:07:18 +02:00
README.md chore: updated readme, closes #69 2020-12-28 04:54:44 +01:00
rustfmt.toml misc: format ALL the TOML 2020-11-07 01:24:41 +01:00
taplo-icon.png Initial commit 2020-05-24 00:07:18 +02:00
taplo-icon.svg Initial commit 2020-05-24 00:07:18 +02:00
taplo.toml misc: format ALL the TOML 2020-11-07 01:24:41 +01:00

Continuous integration Latest Version Documentation

Website

Taplo

This is the repository for Taplo, a TOML v1.0.0 toolkit, more details on the website.

Status

The project is very young, so bugs and incomplete features are expected, so any help is welcome!

The correctness of the TOML parsing and decoding is not yet entirely guaranteed (as there is no official 1.0.0 compliance test suite yet).

Contributing

All kinds of contributions are welcome. Make sure to read the CONTRIBUTING.md first!