Docs.rs
  • m64-0.0.5
    • m64 0.0.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jakeledoux
    • Dependencies
      • clap ^3.0.0 normal optional
      • eyre ^0.6.5 normal optional
      • from-pest ^0.3.1 normal
      • minifb ^0.20.0 normal optional
      • pest ^2.1.3 normal
      • pest-ast ^0.3.3 normal
      • pest_derive ^2.1.0 normal
      • thiserror ^1.0.30 normal
    • Versions
    • 23.24% 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

m640.0.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • asm::ASMParser
  • ast::BinLiteral
  • ast::CharLiteral
  • ast::DecLiteral
  • ast::File
  • ast::HexLiteral
  • ast::Instruction
  • ast::Label
  • ast::LabelDefinition
  • ast::Register
  • interpreter::BufStream
  • interpreter::Computer
  • interpreter::Memory
  • interpreter::Stack

Enums

  • asm::Rule
  • ast::Address
  • ast::Argument
  • ast::IntLiteral
  • ast::Opcode
  • ast::Statement
  • interpreter::Error
  • interpreter::Status

Traits

  • ast::AsIntegerValue

Functions

  • parse_str

Type Aliases

  • asm::msize
  • interpreter::Computer64