Docs.rs
  • base116-0.1.10
    • base116 0.1.10
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • taylordotfish
    • Dependencies
    • Versions
    • 100% 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

base1160.1.10

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • decode::BytesDecoder
  • decode::CharDecoder
  • decode::DecodeConfig
  • decode::InvalidUtf8
  • decode::StrDecoder
  • encode::CharEncoder
  • encode::EncodeConfig
  • encode::Utf8Encoder

Enums

  • decode::DecodeBytesError
  • decode::DecodeError

Functions

  • decode::decode_bytes
  • decode::decode_bytes_with
  • decode::decode_chars
  • decode::decode_chars_with
  • decode::decode_str
  • decode::decode_str_with
  • decode::decode_to_vec
  • encode::encode_to_bytes
  • encode::encode_to_bytes_with
  • encode::encode_to_chars
  • encode::encode_to_chars_with
  • encode::encode_to_string
  • encode::encode_to_string_with

Type Aliases

  • decode::DecodeBytesResult
  • decode::DecodeResult