iotas 0.1.0

Iota Syntaxis 1.0 RC5 parser — the Unicode variant of Jot Syntax (https://iotasyntaxis.org)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.