A TOML toolkit written in Rust
Find a file
Remco de Boer 2b003639fb
Build wheels for Python package (#549)
Co-authored-by: Jakub Panek <me@panekj.dev>
2024-08-21 08:10:05 +02:00
.github Build wheels for Python package (#549) 2024-08-21 08:10:05 +02:00
.vscode Fix LSP crash 2023-08-18 12:53:33 +02:00
crates Build wheels for Python package (#549) 2024-08-21 08:10:05 +02:00
docker Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
editors/vscode Update dependencies (#652) 2024-08-19 18:44:49 +02:00
js Update dependencies (#652) 2024-08-19 18:44:49 +02:00
site Update dependencies (#652) 2024-08-19 18:44:49 +02:00
test-data Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
util/test-gen Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
.dockerignore Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
.gitignore Build wheels for Python package (#549) 2024-08-21 08:10:05 +02:00
Cargo.lock Build wheels for Python package (#549) 2024-08-21 08:10:05 +02:00
Cargo.toml check formatting and regressions (#647) 2024-08-16 10:34:35 +02:00
CONTRIBUTING.md docs: fix contributing.md links (#493) 2023-10-19 14:47:08 +02:00
docker-bake.hcl Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
LICENSE.md Initial commit 2020-05-24 00:07:18 +02:00
pyproject.toml Build wheels for Python package (#549) 2024-08-21 08:10:05 +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 check formatting and regressions (#647) 2024-08-16 10:34:35 +02: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!