#eure #toml #serialization #convert

eure-toml

TOML conversion support for Eure format

7 releases

Uses new Rust 2024

0.1.7 Feb 9, 2026
0.1.6 Feb 2, 2026
0.1.5 Jan 28, 2026
0.0.0 May 24, 2025

#2470 in Encoding


Used in eure-cli

MIT/Apache

1MB
22K SLoC

TOML conversion support for Eure format.

This crate provides conversion from TOML documents to Eure's SourceDocument, preserving section ordering.

Example

use eure_toml::to_source_document;

let toml_str = r#"
[server]
host = "localhost"
port = 8080
"#;

let source_doc = to_source_document(toml_str).unwrap();

eure-toml

TOML conversion support for Eure.

Conversion between Eure and TOML.

This crate is still under development and published for name reservation purpose.

Part of the Eure project - a minimalist, schema-friendly format with an algebraic data model that's compatible with JSON.

Dependencies

~21MB
~372K SLoC