# iotas
Iota Syntaxis parser — the Unicode variant of
[Jot Syntax](https://jotsyntax.org), published at
[iotasyntaxis.org](https://iotasyntaxis.org).
A thin shim over the [`jots`](https://crates.io/crates/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.
```rust
let result = iotas::parse("Заметки ..встреча", &iotas::config());
```
The `iotas` binary mirrors `jots`, reading a file or stdin and
emitting parsed metadata as JSON.