Docs.rs
  • radix-rust-1.3.0
    • radix-rust 1.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radixbot
    • Dependencies
      • hashbrown ^0.13.2 normal optional
      • indexmap ^2.2.5 normal
      • serde ^1.0.144 normal optional
    • Versions
    • 39.55% 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 radix_rust

radix_rust1.3.0

  • All Items

Crate Items

  • Modules
  • Macros
  • Structs
  • Traits
  • Functions

Crates

  • radix_rust

Crate radix_rust

Source

Modules§

iterators
prelude
Each module should have its own prelude, which:
rust

Macros§

assert_matches
Attempts to be a replacement for assert!(matches!(...)) but with better error messages, and allowing further code on success.
btreemap
btreeset
hashmap
hashset
indexmap
indexset
labelled_resolvable_using_resolvable_impl
labelled_resolvable_with_identity_impl
resolvable_with_identity_impl
resolvable_with_try_into_impls

Structs§

ContextDisplayable

Traits§

ContextualDisplay
This trait is used where context is required to correctly display a value.
ContextualTryFrom
ContextualTryInto
LabelResolver
LabelledResolvable
LabelledResolvable is a marker trait, serving a few purposes:
LabelledResolve
This trait is intended to be used as an impl argument in helper methods, to accept a wider range of arguments.
LabelledResolveFrom
The inverse trait of LabelledResolve.
Resolvable
Resolvable is a marker trait, mainly to make resolution opt-in and to avoid polluting every type with a resolve method.
Resolve
This trait is intended to be used as an impl argument in helper methods, to accept a wider range of arguments.
ResolveFrom
The inverse trait of Resolve.

Functions§

combine
Combines a u8 with a u8 slice.
copy_u8_array
Copies a slice to a fixed-sized array.

Results

Settings
Help
    trait
    radix_rust::rust::prelude::ToString
    A trait for converting a value to a String.
    trait method
    radix_rust::rust::prelude::ToString::to_string
    Converts the given value to a String.
    method
    radix_rust::ContextualDisplay::to_string
    method
    radix_rust::ContextDisplayable::to_string
    method
    radix_rust::rust::alloc::LayoutError::to_string
    method
    radix_rust::rust::alloc::AllocError::to_string
    method
    radix_rust::rust::boxed::ThinBox::to_string
    method
    radix_rust::rust::collections::btree_map::OccupiedError::to_string
    method
    radix_rust::rust::collections::btree_map::UnorderedKeyError::to_string
    method
    radix_rust::rust::collections::hash_map::OccupiedError::to_string
    method
    radix_rust::rust::convert::Infallible::to_string
    method
    radix_rust::rust::fmt::FromFn::to_string
    method
    radix_rust::rust::fmt::Error::to_string
    method
    radix_rust::rust::fmt::Arguments::to_string
    method
    radix_rust::rust::num::NonZero::to_string
    method
    radix_rust::rust::num::ParseFloatError::to_string
    method
    radix_rust::rust::num::TryFromIntError::to_string
    method
    radix_rust::rust::num::ParseIntError::to_string
    method
    radix_rust::rust::num::Saturating::to_string
    method
    radix_rust::rust::num::Wrapping::to_string
    method
    radix_rust::rust::prelude::Cow::to_string
    method
    radix_rust::rust::prelude::Box::to_string
    method
    radix_rust::rust::prelude::BorrowError::to_string
    method
    radix_rust::rust::prelude::BorrowMutError::to_string
    method
    radix_rust::rust::prelude::Rc::to_string
    method
    radix_rust::rust::prelude::Ref::to_string
    method
    radix_rust::rust::prelude::RefMut::to_string
    method
    radix_rust::rust::prelude::Arc::to_string
    method
    radix_rust::rust::prelude::String::to_string
    method
    radix_rust::rust::rc::UniqueRc::to_string
    method
    radix_rust::rust::slice::EscapeAscii::to_string
    method
    radix_rust::rust::slice::GetDisjointMutError::to_string
    method
    radix_rust::rust::str::Utf8Error::to_string
    method
    radix_rust::rust::str::ParseBoolError::to_string
    method
    radix_rust::rust::str::EscapeDebug::to_string
    method
    radix_rust::rust::str::EscapeDefault::to_string
    method
    radix_rust::rust::str::EscapeUnicode::to_string
    method
    radix_rust::rust::string::FromUtf8Error::to_string
    method
    radix_rust::rust::string::FromUtf16Error::to_string
    method
    radix_rust::rust::sync::UniqueArc::to_string
    method
    radix_rust::rust::sync::PoisonError::to_string
    method
    radix_rust::rust::sync::TryLockError::to_string
    method
    radix_rust::rust::sync::ReentrantLockGuard::to_string
    method
    radix_rust::rust::sync::MutexGuard::to_string
    method
    radix_rust::rust::sync::MappedMutexGuard::to_string
    method
    radix_rust::rust::sync::RwLockReadGuard::to_string
    method
    radix_rust::rust::sync::RwLockWriteGuard::to_string
    method
    radix_rust::rust::sync::MappedRwLockReadGuard::to_string
    method
    radix_rust::rust::sync::MappedRwLockWriteGuard::to_string
    method
    radix_rust::rust::sync::mpmc::SendTimeoutError::to_string
    method
    radix_rust::rust::sync::mpmc::SendError::to_string
    method
    radix_rust::rust::sync::mpmc::RecvError::to_string
    method
    radix_rust::rust::sync::mpmc::TryRecvError::to_string
    method
    radix_rust::rust::sync::mpmc::RecvTimeoutError::to_string
    method
    radix_rust::rust::sync::mpmc::TrySendError::to_string
    method
    radix_rust::rust::string::IntoChars::into_string
    Consumes the IntoChars, returning the remaining string.
    method
    radix_rust::rust::collections::VecDeque::read_to_string
    method
    radix_rust::rust::prelude::Box::read_to_string
    method
    radix_rust::rust::prelude::Arc::read_to_string
    module
    radix_rust::rust::string
    A UTF-8–encoded, growable string.
    struct
    radix_rust::rust::prelude::String
    A UTF-8–encoded, growable string.
    trait method
    radix_rust::rust::prelude::ToString::to_string
    &ToString -> String
    Converts the given value to a String.
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.