carta-readers 0.0.3

Input-format readers: parse a source format's text into the document model.
Documentation
1
2
3
4
5
6
# Vendored data

- `entities.json` — the named character reference table from the WHATWG HTML
  standard (<https://html.spec.whatwg.org/entities.json>), the authoritative
  source CommonMark cites for valid entity references. Consumed by `build.rs`,
  which generates a sorted lookup table compiled into the crate.