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
    • 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

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
    module
    radix_rust::rust::fmt
    Utilities for formatting and printing Strings.
    trait method
    radix_rust::rust::fmt::Octal::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::Binary::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::LowerHex::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::UpperHex::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::Pointer::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::LowerExp::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::fmt::UpperExp::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::prelude::Debug::fmt
    Formats the value using the given formatter.
    trait method
    radix_rust::rust::prelude::Display::fmt
    Formats the value using the given formatter.
    method
    radix_rust::ContextDisplayable::fmt
    method
    radix_rust::rust::alloc::Global::fmt
    method
    radix_rust::rust::alloc::System::fmt
    method
    radix_rust::rust::alloc::Layout::fmt
    method
    radix_rust::rust::alloc::LayoutError::fmt
    method
    radix_rust::rust::alloc::AllocError::fmt
    method
    radix_rust::rust::boxed::ThinBox::fmt
    method
    radix_rust::rust::cmp::Ordering::fmt
    method
    radix_rust::rust::cmp::Reverse::fmt
    method
    radix_rust::rust::collections::BTreeMap::fmt
    method
    radix_rust::rust::collections::BTreeSet::fmt
    method
    radix_rust::rust::collections::LinkedList::fmt
    method
    radix_rust::rust::collections::VecDeque::fmt
    method
    radix_rust::rust::collections::btree_map::Entry::fmt
    method
    radix_rust::rust::collections::btree_map::VacantEntry::fmt
    method
    radix_rust::rust::collections::btree_map::OccupiedEntry::fmt
    method
    radix_rust::rust::collections::btree_map::OccupiedError::fmt
    method
    radix_rust::rust::collections::btree_map::Iter::fmt
    method
    radix_rust::rust::collections::btree_map::IterMut::fmt
    method
    radix_rust::rust::collections::btree_map::IntoIter::fmt
    method
    radix_rust::rust::collections::btree_map::Keys::fmt
    method
    radix_rust::rust::collections::btree_map::Values::fmt
    method
    radix_rust::rust::collections::btree_map::ValuesMut::fmt
    method
    radix_rust::rust::collections::btree_map::IntoKeys::fmt
    method
    radix_rust::rust::collections::btree_map::IntoValues::fmt
    method
    radix_rust::rust::collections::btree_map::Range::fmt
    method
    radix_rust::rust::collections::btree_map::RangeMut::fmt
    method
    radix_rust::rust::collections::btree_map::ExtractIf::fmt
    method
    radix_rust::rust::collections::btree_map::Cursor::fmt
    method
    radix_rust::rust::collections::btree_map::CursorMut::fmt
    method
    radix_rust::rust::collections::btree_map::CursorMutKey::fmt
    method
    radix_rust::rust::collections::btree_map::UnorderedKeyError::fmt
    method
    radix_rust::rust::collections::btree_set::Entry::fmt
    method
    radix_rust::rust::collections::btree_set::OccupiedEntry::fmt
    method
    radix_rust::rust::collections::btree_set::VacantEntry::fmt
    method
    radix_rust::rust::collections::btree_set::Iter::fmt
    method
    radix_rust::rust::collections::btree_set::Difference::fmt
    method
    radix_rust::rust::collections::btree_set::SymmetricDifference::fmt
    method
    radix_rust::rust::collections::btree_set::Intersection::fmt
    method
    radix_rust::rust::collections::btree_set::Union::fmt
    method
    radix_rust::rust::collections::btree_set::ExtractIf::fmt
    method
    radix_rust::rust::collections::btree_set::CursorMut::fmt
    method
    radix_rust::rust::collections::btree_set::CursorMutKey::fmt
    method
    radix_rust::rust::collections::btree_set::IntoIter::fmt
    method
    radix_rust::rust::collections::btree_set::Range::fmt
    method
    radix_rust::rust::collections::btree_set::Cursor::fmt
    method
    radix_rust::rust::collections::hash_map::ext_HashMap::fmt
    method
    radix_rust::rust::collections::hash_map::Iter::fmt
    method
    radix_rust::rust::collections::hash_map::IterMut::fmt
    method
    radix_rust::rust::collections::hash_map::IntoIter::fmt
    method
    radix_rust::rust::collections::hash_map::Keys::fmt
    method
    radix_rust::rust::collections::hash_map::Values::fmt
    method
    radix_rust::rust::collections::hash_map::Drain::fmt
    method
    radix_rust::rust::collections::hash_map::ExtractIf::fmt
    method
    radix_rust::rust::collections::hash_map::ValuesMut::fmt
    method
    radix_rust::rust::collections::hash_map::IntoKeys::fmt
    method
    radix_rust::rust::collections::hash_map::IntoValues::fmt
    method
    radix_rust::rust::collections::hash_map::Entry::fmt
    method
    radix_rust::rust::collections::hash_map::OccupiedEntry::fmt
    method
    radix_rust::rust::collections::hash_map::VacantEntry::fmt
    method
    radix_rust::rust::collections::hash_map::OccupiedError::fmt
    method
    radix_rust::rust::collections::hash_map::RandomState::fmt
    method
    radix_rust::rust::collections::hash_map::DefaultHasher::fmt
    method
    radix_rust::rust::collections::hash_set::ext_HashSet::fmt
    method
    radix_rust::rust::collections::hash_set::Iter::fmt
    method
    radix_rust::rust::collections::hash_set::IntoIter::fmt
    method
    radix_rust::rust::collections::hash_set::Drain::fmt
    method
    radix_rust::rust::collections::hash_set::ExtractIf::fmt
    method
    radix_rust::rust::collections::hash_set::Intersection::fmt
    method
    radix_rust::rust::collections::hash_set::Difference::fmt
    method
    radix_rust::rust::collections::hash_set::SymmetricDifference::fmt
    method
    radix_rust::rust::collections::hash_set::Union::fmt
    method
    radix_rust::rust::collections::hash_set::Entry::fmt
    method
    radix_rust::rust::collections::hash_set::OccupiedEntry::fmt
    method
    radix_rust::rust::collections::hash_set::VacantEntry::fmt
    method
    radix_rust::rust::collections::non_iter_map::NonIterMap::fmt
    method
    radix_rust::rust::convert::Infallible::fmt
    method
    radix_rust::rust::fmt::FromFn::fmt
    method
    radix_rust::rust::fmt::Alignment::fmt
    method
    radix_rust::rust::fmt::Error::fmt
    method
    radix_rust::rust::fmt::Sign::fmt
    method
    radix_rust::rust::fmt::DebugAsHex::fmt
    method
    radix_rust::rust::fmt::FormattingOptions::fmt
    method
    radix_rust::rust::fmt::Arguments::fmt
    method
    radix_rust::rust::hash::BuildHasherDefault::fmt
    method
    radix_rust::rust::hash::SipHasher::fmt
    method
    radix_rust::rust::iter::FlatMap::fmt
    method
    radix_rust::rust::iter::Flatten::fmt
    method
    radix_rust::rust::iter::IntersperseWith::fmt
    method
    radix_rust::rust::iter::MapWindows::fmt
    method
    radix_rust::rust::iter::Empty::fmt
    method
    radix_rust::rust::iter::RepeatN::fmt
    method
    radix_rust::rust::iter::ArrayChunks::fmt
    method
    radix_rust::rust::iter::ByRefSized::fmt
    method
    radix_rust::rust::iter::Chain::fmt
    method
    radix_rust::rust::iter::Cloned::fmt
    method
    radix_rust::rust::iter::Copied::fmt
    method
    radix_rust::rust::iter::Cycle::fmt
    method
    radix_rust::rust::iter::Enumerate::fmt
    method
    radix_rust::rust::iter::Filter::fmt
    method
    radix_rust::rust::iter::FilterMap::fmt
    method
    radix_rust::rust::iter::Fuse::fmt
    method
    radix_rust::rust::iter::Inspect::fmt
    method
    radix_rust::rust::iter::Intersperse::fmt
    method
    radix_rust::rust::iter::Map::fmt
    method
    radix_rust::rust::iter::MapWhile::fmt
    method
    radix_rust::rust::iter::Peekable::fmt
    method
    radix_rust::rust::iter::Rev::fmt
    method
    radix_rust::rust::iter::Scan::fmt
    method
    radix_rust::rust::iter::Skip::fmt
    method
    radix_rust::rust::iter::SkipWhile::fmt
    method
    radix_rust::rust::iter::StepBy::fmt
    method
    radix_rust::rust::iter::Take::fmt
    method
    radix_rust::rust::iter::TakeWhile::fmt
    method
    radix_rust::rust::iter::Zip::fmt
    method
    radix_rust::rust::iter::FromCoroutine::fmt
    method
    radix_rust::rust::iter::FromFn::fmt
    method
    radix_rust::rust::iter::Once::fmt
    method
    radix_rust::rust::iter::OnceWith::fmt
    method
    radix_rust::rust::iter::Repeat::fmt
    method
    radix_rust::rust::iter::RepeatWith::fmt
    method
    radix_rust::rust::iter::Successors::fmt
    method
    radix_rust::rust::marker::PhantomCovariantLifetime::fmt
    method
    radix_rust::rust::marker::PhantomContravariantLifetime::fmt
    method
    radix_rust::rust::marker::PhantomInvariantLifetime::fmt
    method
    radix_rust::rust::marker::PhantomCovariant::fmt
    method
    radix_rust::rust::marker::PhantomContravariant::fmt
    method
    radix_rust::rust::marker::PhantomInvariant::fmt
    method
    radix_rust::rust::marker::PhantomPinned::fmt
    method
    radix_rust::rust::mem::Discriminant::fmt
    method
    radix_rust::rust::mem::ManuallyDrop::fmt
    method
    radix_rust::rust::mem::MaybeUninit::fmt
    method
    radix_rust::rust::mem::Assume::fmt
    method
    radix_rust::rust::num::NonZero::fmt
    method
    radix_rust::rust::num::ParseFloatError::fmt
    method
    radix_rust::rust::num::TryFromIntError::fmt
    method
    radix_rust::rust::num::ParseIntError::fmt
    method
    radix_rust::rust::num::IntErrorKind::fmt
    method
    radix_rust::rust::num::Saturating::fmt
    method
    radix_rust::rust::num::Wrapping::fmt
    method
    radix_rust::rust::num::FpCategory::fmt
    method
    radix_rust::rust::ops::ControlFlow::fmt
    method
    radix_rust::rust::ops::CoroutineState::fmt
    method
    radix_rust::rust::ops::RangeFull::fmt
    method
    radix_rust::rust::ops::Range::fmt
    method
    radix_rust::rust::ops::RangeFrom::fmt
    method
    radix_rust::rust::ops::RangeTo::fmt
    method
    radix_rust::rust::ops::RangeInclusive::fmt
    method
    radix_rust::rust::ops::RangeToInclusive::fmt
    method
    radix_rust::rust::ops::Bound::fmt
    method
    radix_rust::rust::ops::Yeet::fmt
    method
    radix_rust::rust::option::Iter::fmt
    method
    radix_rust::rust::option::IterMut::fmt
    method
    radix_rust::rust::option::IntoIter::fmt
    method
    radix_rust::rust::prelude::Cow::fmt
    method
    radix_rust::rust::prelude::Box::fmt
    method
    radix_rust::rust::prelude::PhantomData::fmt
    method
    radix_rust::rust::prelude::LazyCell::fmt
    method
    radix_rust::rust::prelude::OnceCell::fmt
    method
    radix_rust::rust::prelude::Cell::fmt
    method
    radix_rust::rust::prelude::RefCell::fmt
    method
    radix_rust::rust::prelude::BorrowError::fmt
    method
    radix_rust::rust::prelude::BorrowMutError::fmt
    method
    radix_rust::rust::prelude::Rc::fmt
    method
    radix_rust::rust::prelude::Ref::fmt
    method
    radix_rust::rust::prelude::RefMut::fmt
    method
    radix_rust::rust::prelude::UnsafeCell::fmt
    method
    radix_rust::rust::prelude::SyncUnsafeCell::fmt
    method
    radix_rust::rust::prelude::Arc::fmt
    method
    radix_rust::rust::prelude::Vec::fmt
    method
    radix_rust::rust::prelude::String::fmt
    method
    radix_rust::rust::prelude::Option::fmt
    method
    radix_rust::rust::prelude::Result::fmt
    method
    radix_rust::rust::ptr::DynMetadata::fmt
    method
    radix_rust::rust::ptr::NonNull::fmt
    method
    radix_rust::rust::ptr::Alignment::fmt
    method
    radix_rust::rust::rc::Weak::fmt
    method
    radix_rust::rust::rc::UniqueRc::fmt
    method
    radix_rust::rust::result::Iter::fmt
    method
    radix_rust::rust::result::IterMut::fmt
    method
    radix_rust::rust::result::IntoIter::fmt
    method
    radix_rust::rust::slice::Iter::fmt
    method
    radix_rust::rust::slice::IterMut::fmt
    method
    radix_rust::rust::slice::Split::fmt
    method
    radix_rust::rust::slice::SplitInclusive::fmt
    method
    radix_rust::rust::slice::SplitMut::fmt
    method
    radix_rust::rust::slice::SplitInclusiveMut::fmt
    method
    radix_rust::rust::slice::RSplit::fmt
    method
    radix_rust::rust::slice::RSplitMut::fmt
    method
    radix_rust::rust::slice::SplitN::fmt
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.
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.