Docs.rs
  • alduin-0.0.1
    • alduin 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • wenyuzhao
    • Dependencies
      • bitvec ^1.0.1 normal
      • capstone ^0.11.0 normal
      • dynasmrt ^2.0.0 normal
      • env_logger ^0.10.0 normal
      • gimli ^0.27.2 normal
      • libc ^0.2.142 normal
      • log ^0.4.17 normal
      • once_cell ^1.17.1 normal
      • strum ^0.24 normal
      • strum_macros ^0.24 normal
    • Versions
    • 13.69% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

alduin0.0.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • backend::reg_alloc::LinearScanRegisterAllocator
  • backend::x64::X64
  • compiler::Compiler
  • compiler::graph::BaseGraphBuilder
  • compiler::graph::Graph
  • compiler::graph::Inputs
  • compiler::graph::NodeData
  • compiler::graph::NodeId
  • compiler::graph::Signature
  • compiler::graph::Top
  • compiler::graph::Use
  • compiler::graph::Variable
  • rt::vm::VirtualMachine

Enums

  • backend::x64::X64Reg
  • compiler::compiled_code::Symbol
  • compiler::graph::BaseOp
  • compiler::graph::Const
  • compiler::graph::CtrlOp
  • compiler::graph::InputKind
  • compiler::graph::Literal
  • compiler::graph::Type
  • rt::Value

Traits

  • backend::ISA
  • backend::Reg
  • compiler::compiled_code::CallSite
  • compiler::compiled_code::CompiledCode
  • compiler::graph::AnyTy
  • compiler::graph::FloatTy
  • compiler::graph::IntTy
  • compiler::graph::NumTy
  • compiler::graph::OpCode
  • compiler::graph::Ty

Functions

  • backend::invoke_compiled_method
  • init_logger