doldskrift 0.5.0

Machine-native typography, encoding, and agent communication (DOLDSKRIFT/1)
Documentation

doldskrift

Umbrella Rust crate: machine-native typography, encoding, and agent communication (DOLDSKRIFT/1).

Name: Swedish dold (hidden) + skrift (writing) → concealed script.

Not encryption — representation only. The project mark is glyph DSK_PROJECT_MARK (U+E1F0).

use doldskrift::{Decoder, Encoder, Mode};

let payload = Encoder::new(Mode::Encoded).encode("Hello, agent!")?;
assert_eq!(Decoder::new().decode(&payload)?, "Hello, agent!");

See the root README for visuals, CLI, and site demos.