A TOML toolkit written in Rust
Find a file
Jakub Panek a0fdd4cfa2
Add aarch64 windows builds and link runtime statically (#648)
* ci: enable aarch64 windows builds

* ci: link vc++ runtime statically
2024-08-16 11:26:00 +02:00
.github Add aarch64 windows builds and link runtime statically (#648) 2024-08-16 11:26:00 +02:00
.vscode Fix LSP crash 2023-08-18 12:53:33 +02:00
crates Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
docker Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
editors/vscode release: even-better-toml-0.20.2 2024-07-10 13:41:38 +02:00
js chore: bump all packages versions (#556) 2024-02-16 01:54:54 +08:00
site Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +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 chore: added Cargo.lock 2022-10-24 20:58:10 +02:00
Cargo.lock Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +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
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!