A TOML toolkit written in Rust
Find a file
2020-12-25 05:35:13 +01:00
.github/workflows chore(ci): fix env vulnerability 2020-11-18 22:23:04 +01:00
js Merge branch 'feat-lsp' of github.com:tamasfe/taplo into feat-lsp 2020-12-25 05:35:13 +01:00
lsp-async-stub feat(schema): repository and refactors 2020-12-25 05:20:10 +01:00
scripts chore: update scripts 2020-11-06 22:29:39 +01:00
site fix: site changes 2020-11-07 03:24:45 +01:00
taplo Merge branch 'feat-lsp' of github.com:tamasfe/taplo into feat-lsp 2020-12-25 05:35:13 +01:00
taplo-cli feat(schema): repository and refactors 2020-12-25 05:20:10 +01:00
taplo-lsp feat(schema): repository and refactors 2020-12-25 05:20:10 +01:00
test-data fix(parser): integers are valid idents, fixes #64 2020-11-27 23:52:51 +01:00
util misc: format ALL the TOML 2020-11-07 01:24:41 +01:00
.gitignore fix: insert table into array of tables 2020-10-30 15:42:32 +01:00
Cargo.toml feat: separate LSP + refactor + fixes 2020-12-08 17:39:27 +01:00
CONTRIBUTING.md chore: CONTRIBUTING.md change 2020-11-06 23:14:46 +01:00
LICENSE.md Initial commit 2020-05-24 00:07:18 +02:00
README.md chore: updated documentation 2020-11-06 03:15:03 +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 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!