Revert "Add Decodal formatter"

This reverts commit 22f6bc1ab9.
This commit is contained in:
2026-07-09 17:46:24 +09:00
parent 22f6bc1ab9
commit ac99c4cb4e
16 changed files with 24 additions and 606 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ The public surface is intentionally organized by use case: execute Decodal with
### Rust crate
The `decodal` crate is the primary Rust runtime and embedding API.
It owns parsing, formatting, evaluation, materialization, diagnostics, host-provided values, and schema/decode traits.
It owns parsing, evaluation, materialization, diagnostics, host-provided values, and schema/decode traits.
Rust applications should use this crate when they want to load Decodal source, evaluate it, or embed Decodal into a host program.
Important paths: