Docs.rs
  • cbvm-0.7.4
    • cbvm 0.7.4
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Sam-Buckley
    • Dependencies
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cbvm0.7.4

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • builder::bytes::Byte
  • builder::bytes::ByteStream
  • engine::Engine
  • engine::memory::Heap
  • engine::memory::Stack
  • reader::Reader

Enums

  • bytecode::ops::ArgType
  • bytecode::ops::MathOpTypes
  • bytecode::ops::MathOperationSides
  • bytecode::ops::Operations
  • bytecode::types::Types

Traits

  • bytecode::data::ByteData

Macros

  • byte
  • constant
  • emits
  • func
  • op
  • stream
  • string
  • typed

Functions

  • asm::mkasm
  • asm::rvasm
  • builder::bytes::stringtohex
  • engine::hextostring
  • read
  • run

Constants

  • bytecode::ops::ALLOC_ARGS
  • bytecode::ops::BITWISE_OP_ARGS
  • bytecode::ops::CALL_OP_ARGS
  • bytecode::ops::COMPARISON_OP_ARGS
  • bytecode::ops::CONTROL_FLOW_OP_ARGS
  • bytecode::ops::DEC_OP_ARGS
  • bytecode::ops::FREE_ARGS
  • bytecode::ops::INC_OP_ARGS
  • bytecode::ops::IO_IN_OP_ARGS
  • bytecode::ops::IO_OUT_OP_ARGS
  • bytecode::ops::JMP_ARGS
  • bytecode::ops::LOAD_OP_ARGS
  • bytecode::ops::MATH_OP_ARGS
  • bytecode::ops::PUSH_OP_ARGS
  • bytecode::ops::REACC_ARGS
  • bytecode::ops::REALLOC_ARGS
  • bytecode::ops::REG_OP_ARGS
  • bytecode::ops::STORE_OP_ARGS
  • bytecode::ops::WRACC_ARGS