exers 0.1.0

Library for compiling and running other code in sandboxed environment
Documentation
1
2
3
4
//! This module contains common code for all compilers / runtimes.

pub mod compiler;
pub mod runtime;