Crate ruchy_notebook

Crate ruchy_notebook 

Source

Re-exports§

pub use vm::OpCode;
pub use vm::BytecodeModule;
pub use vm::VirtualMachine;
pub use vm::ExecutionResult;
pub use memory::Arena;
pub use memory::ArenaRef;
pub use memory::SlabAllocator;
pub use memory::SlabHandle;
pub use converter::DemoParser;
pub use converter::NotebookConverter;
pub use error::NotebookError;
pub use error::ErrorKind;
pub use error::SuggestionEngine;
pub use error::StackTrace;
pub use state::StateManager;
pub use state::GlobalState;

Modules§

api
Notebook API Endpoints
converter
error
memory
server
state
vm