Crate readcon_core

crate readcon_core

Modules

Re-exports

  • :rust:any:readcon_core::rpc::read_con_capnp

Variables

const CON_SPEC_VERSION: u32

CON/convel format spec version implemented by this build.

  • Version 1: column 5 present but semantics undefined. Readers MAY ignore it. No JSON metadata line.

  • Version 2: column 5 is the original atom index before type-based grouping. Readers MUST parse and preserve it. Writers MUST write the stored value. Line 2 of the header carries a JSON object with at least {"con_spec_version": 2}.

See docs/orgmode/spec.org for the full specification.

const VERSION: &str

Library version string, injected from Cargo.toml at compile time.