Docs.rs
fmtron-0.5.0
fmtron 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
barafael
Dependencies
clap ^4.5.53
normal
itertools ^0.14.0
normal
pest ^2.8
normal
pest_derive ^2.8
normal
fs-walk ^0.2
dev
Versions
4%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate fmtron
fmtron
0.5.0
All Items
Crate Items
Structs
Enums
Statics
Traits
Functions
Crate
fmtron
Copy item path
Source
Structs
§
RonFile
RonParser
Value
Enums
§
Kind
Rule
Statics
§
MAX_
LINE_
WIDTH
TAB_
SIZE
Traits
§
Parser
A trait with a single method that parses strings.
Functions
§
format_
ron
Formats a RON string using the internal formatter. Returns Ok with the formatted string, or Err with a message if parsing fails.