Docs.rs
  • java_asm-0.1.1
    • java_asm 0.1.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • zsqw123
    • Dependencies
      • java_asm_macro ^0.1.1 normal
    • Versions
    • 8.04% 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

Crate java_asm

java_asm0.1.1

  • All Items

Crate Items

  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crates

  • java_asm

Crate java_asm

Source

Re-exports§

pub use constants::*;
pub use opcodes::*;

Modules§

constants
dex
dex interop for read dalvik bytecode.
jvms
jvms api for read & write bytecode.
node
node api for read & write bytecode. Quite similar with ASM Tree API
opcodes
smali

Macros§

raw_smali

Structs§

Computable
ComputableSizedVec

Enums§

AsmErr
InnerValue

Traits§

ComputableAccessor
ComputableOwner
ComputableSizedVecAccessor
ComputableSizedVecOwner

Functions§

mutf8_to_string
mutf8_to_utf8
utf8_to_mutf8

Type Aliases§

AsmResult
ConstStr
DescriptorRef
e.g.: Ljava/lang/Class;
InternalNameRef
e.g.: java/lang/Class
QualifiedNameRef
e.g.: java.lang.Class
StrRef

Results

Settings
Help
    trait
    java_asm::ComputableOwner
    trait method
    java_asm::ComputableOwner::compute
    &ComputableOwner -> AsmResult<V>
    trait method
    java_asm::ComputableOwner::computable_ref
    &ComputableOwner -> &Computable<V>
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.