plotnik-bytecode 0.3.2

Bytecode format and runtime types for Plotnik
Documentation
1
2
3
4
5
6
use super::*;

#[test]
fn entrypoint_size() {
    assert_eq!(std::mem::size_of::<Entrypoint>(), 8);
}