flyleaf-core 0.1.0

The document model behind Tommy Flyleaf: TOML edited as a tree, with comments, order and formatting kept
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented0 out of 9 items with examples
  • Size
  • Source code size: 20.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 286.82 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 2s Average build duration of successful builds.
  • all releases: 45s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • excelano/flyleaf
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • anderix

Tommy Flyleaf

A structure-aware TOML editor: a desktop application that shows a document as a tree, edits values by type, and keeps comments, key order and formatting when it saves. Rust, egui.

The editor widget is shared with Slipcase Desktop, which it was extracted from. PROMPT.md is the living plan.

cargo run -- path/to/file.toml

opens a file and shows it as a tree. Edits stay in memory for now; saving arrives with open and save-as.