cmajor 0.7.0

Rust bindings for the Cmajor JIT engine.
Documentation
1
2
3
4
use crate::json::{Map, Value};

/// An annotation attached to a definition.
pub type Annotation = Map<String, Value>;