Docs.rs
  • bitcoin_slices-0.10.0
    • bitcoin_slices 0.10.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RCasatta
    • Dependencies
      • bitcoin ^0.32.0 normal optional
      • bitcoin_hashes ^0.14 normal optional
      • hashbrown ^0.14 normal optional
      • prometheus ^0.13.4 normal optional
      • redb ^1.0 normal optional
      • sha2 ^0.10 normal optional
      • bitcoin ^0.32.0 dev
      • bitcoin-test-data ^0.2.0 dev
      • criterion ^0.3 dev
      • hex_lit ^0.1 dev
      • tempfile ^3.4.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

bitcoin_slices0.10.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • EmptyVisitor
  • ParseResult
  • SliceCache
  • bsl::Block
  • bsl::BlockHeader
  • bsl::FindTransaction
  • bsl::Len
  • bsl::OutPoint
  • bsl::Script
  • bsl::Transaction
  • bsl::TxIn
  • bsl::TxIns
  • bsl::TxOut
  • bsl::TxOuts
  • bsl::Witness
  • bsl::Witnesses
  • number::I32
  • number::U16
  • number::U32
  • number::U64
  • number::U8

Enums

  • Error

Traits

  • Parse
  • Visit
  • Visitor

Functions

  • bsl::parse_len
  • bsl::scan_len
  • number::read_i32
  • number::read_u16
  • number::read_u32
  • number::read_u64
  • number::read_u8
  • read_slice

Type Aliases

  • SResult