Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamasfe/taplo
A TOML toolkit written in Rust
https://github.com/tamasfe/taplo
analyzer formatter rust toml toml-parser
Last synced: 25 days ago
JSON representation
A TOML toolkit written in Rust
- Host: GitHub
- URL: https://github.com/tamasfe/taplo
- Owner: tamasfe
- License: mit
- Created: 2020-05-23T12:18:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T14:29:55.000Z (7 months ago)
- Last Synced: 2024-04-14T04:03:34.231Z (7 months ago)
- Topics: analyzer, formatter, rust, toml, toml-parser
- Language: Rust
- Homepage: https://taplo.tamasfe.dev
- Size: 22.6 MB
- Stars: 1,140
- Watchers: 7
- Forks: 103
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rust - tamasfe/taplo
- awesome-rust - tamasfe/taplo - A TOML toolkit [![CI](https://github.com/tamasfe/taplo/workflows/Continuous%20integration/badge.svg)](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22) (Libraries / Encoding)
- fucking-awesome-rust - tamasfe/taplo - A TOML toolkit [![CI](https://github.com/tamasfe/taplo/workflows/Continuous%20integration/badge.svg)](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22) (Libraries / Encoding)
- fucking-awesome-rust - tamasfe/taplo - A TOML toolkit [![CI](https://github.com/tamasfe/taplo/workflows/Continuous%20integration/badge.svg)](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22) (Libraries / Encoding)
README
[![Continuous integration](https://github.com/tamasfe/taplo/workflows/Continuous%20integration/badge.svg)](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22)
[![Latest Version](https://img.shields.io/crates/v/taplo.svg)](https://crates.io/crates/taplo)
[![Documentation](https://docs.rs/taplo/badge.svg)](https://docs.rs/taplo)[**Website**](https://taplo.tamasfe.dev)
# Taplo
This is the repository for Taplo, a TOML v1.0.0 toolkit, more details on the [website](https://taplo.tamasfe.dev).
- [Taplo](#taplo)
- [Status](#status)
- [Contributing](#contributing)## Status
The project is very young, so bugs and incomplete features are expected, so [any help is welcome](CONTRIBUTING.md)!
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](CONTRIBUTING.md) first!