lovm2_core 0.4.8

a lightweight virtual machine with a focus on simplicity and extendability.
Documentation
1
2
3
4
5
6
7
8
//! Important structs, enums and constants for using lovm2 as library

pub use crate::error::*;
pub use crate::gen::prelude::*;
pub use crate::module::{Module, ENTRY_POINT};
pub use crate::util::to_lower_camel_case;

pub use indexmap::IndexMap;