iotas 0.1.0

Iota Syntaxis 1.0 RC5 parser — the Unicode variant of Jot Syntax (https://iotasyntaxis.org)
Documentation
  • Coverage
  • 80%
    4 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 25.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 486.53 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • jot-syntax/jots-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • deyanovich

iotas

Iota Syntaxis parser — the Unicode variant of Jot Syntax, published at iotasyntaxis.org.

A thin shim over the jots crate with the variant preset: identifier and filename character classes follow Unicode XID_Start/XID_Continue instead of ASCII. Wire format, JOTS_* environment variables, .jot.toml, and diagnostic codes are shared verbatim between the variants.

let result = iotas::parse("Заметки ..встреча", &iotas::config());

The iotas binary mirrors jots, reading a file or stdin and emitting parsed metadata as JSON.