github.com/aloli-crystal/toml

TOML v1.0 parser and serializer for Crystal, with comment-and-format preservation across parse → modify → write round-trips. Drop-in replacement for crystal-community/TOML.cr (same TOML.parse_to_hash surface), plus a richer Document AST API for in-place edits that keep the original byte-identical formatting.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  toml:
    github: aloli-crystal/toml
    version: ~> 0.1.4

Then run:

shards install

shard.yml

Crystal
>= 1.19.0
License
MIT
Author
Philippe Nénert
Target
  • toml-decoder from src/cli/decoder.cr

Dependencies

Development Dependencies

  • ameba~> 1.6github: crystal-ameba/amebadev

README

No README has been indexed for this shard yet. You can read it on the repository.