Docs.rs
  • ra-ap-rustc_serialize-0.73.0
    • ra-ap-rustc_serialize 0.73.0
    • Docs.rs crate page
    • MIT / Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Veykril
    • Dependencies
      • indexmap ^2.0.0 normal
      • smallvec ^1.8.1 normal
      • thin-vec ^0.2.12 normal
      • tempfile ^3.2 dev
    • Versions
    • 24% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

ra_ap_rustc_serialize0.73.0

Module leb128

Module Items

  • Functions

In crate ra_ap_rustc_serialize

ra_ap_rustc_serialize

Module leb128

source

Functionsยง

  • largest_max_leb128_len
    Returns the length of the longest LEB128 encoding of all supported integer types.
  • max_leb128_len
    Returns the length of the longest LEB128 encoding for T, assuming T is an integer type
  • read_i16_leb128
  • read_i32_leb128
  • read_i64_leb128
  • read_i128_leb128
  • read_isize_leb128
  • read_u16_leb128
  • read_u32_leb128
  • read_u64_leb128
  • read_u128_leb128
  • read_usize_leb128
  • write_i16_leb128
  • write_i32_leb128
  • write_i64_leb128
  • write_i128_leb128
  • write_isize_leb128
  • write_u16_leb128
  • write_u32_leb128
  • write_u64_leb128
  • write_u128_leb128
  • write_usize_leb128