harn-vm 0.7.40

Async bytecode virtual machine for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
//! Harn Flow — agent-native shipping substrate.
//!
//! See parent epic #571 for the four-primitive model (atoms, intents, slices,
//! streams). This module currently implements the foundational primitive,
//! [`Atom`](atom::Atom).

pub mod atom;

pub use atom::{Atom, AtomError, AtomId, AtomSignature, Provenance, TextOp};