mirror of
https://github.com/tamasfe/taplo.git
synced 2025-07-07 12:34:59 +00:00
A TOML toolkit written in Rust
![]()
Some checks failed
Continuous integration / Tag Releases (push) Has been cancelled
Continuous integration / Check formatting (push) Has been cancelled
Continuous integration / Test on Rust stable (push) Has been cancelled
Continuous integration / Check on WASM (push) Has been cancelled
Continuous integration / Run toml-test (push) Has been cancelled
Continuous integration / Test libraries with MSRV (push) Has been cancelled
Continuous integration / Test binaries with MSRV (push) Has been cancelled
Continuous integration / Test WASM with MSRV (push) Has been cancelled
SchemaStore.org is in the process of transition to GitHub pages hosting. The new, and more canonical, URL for the catalog is: > https://json.schemastore.org/api/json/catalog.json though this does require following a redirect. Ref: SchemaStore/schemastore#4759 Ref: SchemaStore/schemastore#4763 Ref: tamasfe/taplo#800 Signed-off-by: JP-Ellis <josh@jpellis.me> |
||
---|---|---|
.github | ||
.vscode | ||
crates | ||
docker | ||
editors/vscode | ||
js | ||
scripts | ||
site | ||
test-data | ||
util/test-gen | ||
.dockerignore | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
docker-bake.hcl | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
rustfmt.toml | ||
taplo-icon.png | ||
taplo-icon.svg | ||
taplo.toml |

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!