name = "Patchworkr" version = "1.0.0" features = ["search", "share"] [server] host = "localhost" port = 4321 secure = false
YAML is parsed with a small indentation-based reader and converted into a normalized object tree.
TOML output uses tables for nested objects and inline arrays for simple list values.
Use this when you need configuration data to move between TOML and YAML without dragging in a big parser stack.
Related Tools
Compress folders into ZIP archives or extract ZIPs into folders.
Normalize GeoJSON or wrap coordinate records into features.
Convert between hexadecimal bytes and text.
Convert between plain text and URL-encoded strings.
Convert between text and Unicode escape sequences.
Convert calendar events between ICS and CSV.