cmajor 0.7.0

Rust bindings for the Cmajor JIT engine.
Documentation
1
2
3
4
5
6
7
pub mod event;
pub mod stream;
pub mod value;

/// An endpoint.
#[derive(Debug, Copy, Clone)]
pub struct Endpoint<T>(pub(crate) T);