Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/macro.concat.html
concat in std - Rust
Concatenates literals into a static string slice.
std rustconcat
https://doc.rust-lang.org/std/macro.cfg_select.html
cfg_select in std - Rust
Selects code at compile-time based on `cfg` predicates.
std rustcfgselect
https://doc.rust-lang.org/std/vec/struct.Vec.html
Vec in std::vec - Rust
std rustvec
https://doc.rust-lang.org/std/macro.debug_assert_matches.html
debug_assert_matches in std - Rust
Asserts that an expression matches the provided pattern.
debug assertstd rustmatches
https://doc.rust-lang.org/std/macro.print.html
print in std - Rust
Prints to the standard output.
std rustprint
https://doc.rust-lang.org/std/path/struct.Path.html
Path in std::path - Rust
A slice of a path (akin to `str`).
std rustpath
https://doc.rust-lang.org/std/?search=with_capacity
std - Rust
The Rust Standard Library
std rust
https://doc.rust-lang.org/std/string/struct.String.html
String in std::string - Rust
A UTF-8–encoded, growable string.
std ruststring
https://doc.rust-lang.org/std/macro.include.html
include in std - Rust
Parses a file as an expression or an item according to the context.
std rustinclude
https://doc.rust-lang.org/std/macro.thread_local.html
thread_local in std - Rust
Declare a new thread local storage key of type `std::thread::LocalKey`.
thread localstd rust
https://doc.rust-lang.org/std/macro.dbg.html
dbg in std - Rust
Prints and returns the value of a given expression for quick and dirty debugging.
std rustdbg
https://doc.rust-lang.org/std/macro.module_path.html
module_path in std - Rust
Expands to a string that represents the current module path.
std rustmodulepath
https://doc.rust-lang.org/std/macro.vec.html
vec in std - Rust
Creates a `Vec` containing the arguments.
std rustvec
https://doc.rust-lang.org/std/macro.unreachable.html
unreachable in std - Rust
Indicates unreachable code.
std rustunreachable
https://doc.rust-lang.org/std/
std - Rust
The Rust Standard Library
std rust
https://doc.rust-lang.org/std/macro.eprint.html
eprint in std - Rust
Prints to the standard error.
std rusteprint
https://doc.rust-lang.org/std/macro.assert_matches.html
assert_matches in std - Rust
Asserts that an expression matches the provided pattern.
std rustassertmatches
https://doc.rust-lang.org/std/index.html?search=clear
std - Rust
The Rust Standard Library
std rust
https://doc.rust-lang.org/std/macro.try.html
try in std - Rust
Unwraps a result or propagates its error.
std rusttry
https://doc.rust-lang.org/std/cell/struct.Cell.html
Cell in std::cell - Rust
A mutable memory location.
std rustcell
https://doc.rust-lang.org/std/hash/trait.Hash.html
Hash in std::hash - Rust
std rusthash
https://doc.rust-lang.org/std/macro.env.html
env in std - Rust
Inspects an environment variable at compile time.
std rustenv
https://doc.rust-lang.org/std/macro.assert_ne.html
assert_ne in std - Rust
Asserts that two expressions are not equal to each other (using `PartialEq`).
std rustassertne
https://doc.rust-lang.org/std/macro.assert_eq.html
assert_eq in std - Rust
Asserts that two expressions are equal to each other (using `PartialEq`).
assert eqstd rust
https://doc.rust-lang.org/std/macro.todo.html
todo in std - Rust
Indicates unfinished code.
std rusttodo
https://doc.rust-lang.org/nightly/std/pin/struct.Pin.html
Pin in std::pin - Rust
A pointer which pins its pointee in place.
std rustpin
https://doc.rust-lang.org/std/macro.cfg.html
cfg in std - Rust
Evaluates boolean combinations of configuration flags at compile-time.
std rustcfg
https://doc.rust-lang.org/std/simd/struct.Simd.html
Simd in std::simd - Rust
A SIMD vector with the shape of `[T; N]` but the operations of `T`.
std rustsimd
https://doc.rust-lang.org/std/macro.unimplemented.html
unimplemented in std - Rust
Indicates unimplemented code by panicking with a message of “not implemented”.
std rustunimplemented
https://api.rocket.rs/v0.5/rocket/mtls/oid/asn1_rs/nom/lib/std/result/enum.Result
Result in rocket::mtls::oid::asn1_rs::nom::lib::std::result - Rust
`Result` is a type that represents either success (`Ok`) or failure (`Err`).
rocket mtls oidasn1 rs nomlib stdresultrust
https://doc.rust-lang.org/stable/std/
std - Rust
The Rust Standard Library
std rust
https://doc.rust-lang.org/std/macro.debug_assert_ne.html
debug_assert_ne in std - Rust
Asserts that two expressions are not equal to each other.
debug assertstd rustne
https://doc.rust-lang.org/std/?search=unchecked
std - Rust
The Rust Standard Library
std rust
https://doc.rust-lang.org/std/clone/trait.Clone.html
Clone in std::clone - Rust
A common trait that allows explicit creation of a duplicate value.
std rustclone
https://doc.rust-lang.org/std/macro.log_syntax.html
log_syntax in std - Rust
Prints passed tokens into the standard output.
std rustlogsyntax
https://doc.rust-lang.org/std/macro.concat_bytes.html
concat_bytes in std - Rust
Concatenates literals into a byte slice.
std rustconcatbytes
https://doc.rust-lang.org/std/macro.include_str.html
include_str in std - Rust
Includes a UTF-8 encoded file as a string.
std rustincludestr
https://doc.rust-lang.org/std/macro.debug_assert.html
debug_assert in std - Rust
Asserts that a boolean expression is `true` at runtime.
debug assertstd rust
https://doc.rust-lang.org/std/borrow/trait.Borrow.html
Borrow in std::borrow - Rust
A trait for borrowing data.
std rustborrow
https://doc.rust-lang.org/std/macro.assert.html
assert in std - Rust
Asserts that a boolean expression is `true` at runtime.
std rustassert
https://doc.rust-lang.org/std/macro.debug_assert_eq.html
debug_assert_eq in std - Rust
Asserts that two expressions are equal to each other.
debug assertstd rusteq
https://doc.rust-lang.org/std/macro.option_env.html
option_env in std - Rust
Optionally inspects an environment variable at compile time.
std rustoptionenv
https://doc.rust-lang.org/std/macro.compile_error.html
compile_error in std - Rust
Causes compilation to fail with the given error message when encountered.
compile errorstd rust
https://doc.rust-lang.org/std/macro.is_x86_feature_detected.html
is_x86_feature_detected in std - Rust
Check for the presence of a CPU feature at runtime.
std rustx86featuredetected
https://doc.rust-lang.org/std/macro.write.html
write in std - Rust
Writes formatted data into a buffer.
std rustwrite
https://doc.rust-lang.org/std/option/enum.Option.html
Option in std::option - Rust
The `Option` type. See the module level documentation for more.
std rustoption
https://doc.rust-lang.org/std/macro.eprintln.html
eprintln in std - Rust
Prints to the standard error, with a newline.
std rust
https://doc.rust-lang.org/std/macro.line.html
line in std - Rust
Expands to the line number on which it was invoked.
std rustline
https://doc.rust-lang.org/std/simd/trait.SimdElement.html
SimdElement in std::simd - Rust
Marker trait for types that may be used as SIMD vector elements.
std simd rust
https://doc.rust-lang.org/std/collections/hash_set/struct.Intersection.html
Intersection in std::collections::hash_set - Rust
A lazy iterator producing elements in the intersection of `HashSet`s.
std collections hashset rustintersection
https://doc.rust-lang.org/std/path/struct.PathBuf.html
PathBuf in std::path - Rust
An owned, mutable path (akin to `String`).
std path rust
https://doc.rust-lang.org/std/iter/trait.Extend.html
Extend in std::iter - Rust
Extend a collection with the contents of an iterator.
std iter rustextend
https://doc.rust-lang.org/std/hash/trait.BuildHasher.html
BuildHasher in std::hash - Rust
A trait for creating instances of `Hasher`.
std hash rust
https://doc.rust-lang.org/std/io/struct.Split.html
Split in std::io - Rust
An iterator over the contents of an instance of `BufRead` split on a particular byte.
std io rustsplit
https://doc.rust-lang.org/std/path/struct.Components.html
Components in std::path - Rust
An iterator over the `Component`s of a `Path`.
std path rustcomponents
https://api.rocket.rs/v0.5/rocket/mtls/oid/asn1_rs/nom/lib/std/cmp/trait.Eq
Eq in rocket::mtls::oid::asn1_rs::nom::lib::std::cmp - Rust
Trait for comparisons corresponding to equivalence relations.
rocket mtls oidasn1 rs nomstd cmp rusteqlib
https://doc.rust-lang.org/std/str/struct.RSplit.html
RSplit in std::str - Rust
Created with the method `rsplit`.
std str rust
https://doc.rust-lang.org/std/ops/enum.Bound.html
Bound in std::ops - Rust
An endpoint of a range of keys.
std ops rustbound
https://doc.rust-lang.org/std/sync/mpsc/struct.RecvError.html
RecvError in std::sync::mpsc - Rust
An error returned from the `recv` function on a `Receiver`.
std sync mpscrust
https://doc.rust-lang.org/std/slice/struct.RChunksExact.html
RChunksExact in std::slice - Rust
An iterator over a slice in (non-overlapping) chunks (`chunk_size` elements at a time), starting at the end of the slice.
std slice rust
https://doc.rust-lang.org/std/sync/nonpoison/struct.RwLockReadGuard.html
RwLockReadGuard in std::sync::nonpoison - Rust
RAII structure used to release the shared read access of a lock when dropped.
std sync nonpoisonrust
https://doc.rust-lang.org/std/slice/struct.ChunksExactMut.html
ChunksExactMut in std::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
std slice rust
https://doc.rust-lang.org/std/iter/trait.Step.html
Step in std::iter - Rust
Objects that have a notion of successor and predecessor operations.
std iter ruststep
https://doc.rust-lang.org/std/fmt/trait.Display.html
Display in std::fmt - Rust
Format trait for an empty format, `{}`.
std fmt rustdisplay
https://doc.rust-lang.org/std/cmp/trait.PartialEq.html
PartialEq in std::cmp - Rust
Trait for comparisons using the equality operator.
std cmp rust
https://doc.rust-lang.org/std/iter/struct.FlatMap.html
FlatMap in std::iter - Rust
An iterator that maps each element to an iterator, and yields the elements of the produced iterators.
std iter rust
https://doc.rust-lang.org/std/mem/union.MaybeUninit.html
MaybeUninit in std::mem - Rust
A wrapper type to construct uninitialized instances of `T`.
std mem rust
https://doc.rust-lang.org/std/marker/trait.Freeze.html
Freeze in std::marker - Rust
Used to determine whether a type contains any `UnsafeCell` internally, but not through an indirection. This affects, for example, whether a `static` of that...
std marker rustfreeze
https://doc.rust-lang.org/std/ops/trait.ShlAssign.html
ShlAssign in std::ops - Rust
std ops rust
https://doc.rust-lang.org/std/io/struct.Empty.html
Empty in std::io - Rust
`Empty` ignores any data written via `Write`, and will always be empty (returning zero bytes) when read via `Read`.
std io rustempty
https://doc.rust-lang.org/std/marker/struct.PhantomContravariantLifetime.html
PhantomContravariantLifetime in std::marker - Rust
Zero-sized type used to mark a lifetime as contravariant.
std marker rust
https://doc.rust-lang.org/std/bstr/struct.ByteStr.html
ByteStr in std::bstr - Rust
std bstr rust
https://doc.rust-lang.org/std/hint/index.html
std::hint - Rust
Hints to compiler that affects how code should be emitted or optimized.
stdhintrust
https://doc.rust-lang.org/std/ptr/macro.addr_of.html
addr_of in std::ptr - Rust
Creates a `const` raw pointer to a place, without creating an intermediate reference.
std ptr rustaddr
https://doc.rust-lang.org/std/str/pattern/enum.Utf8Pattern.html
Utf8Pattern in std::str::pattern - Rust
Result of calling `Pattern::as_utf8_pattern()`. Can be used for inspecting the contents of a `Pattern` in cases where the underlying representation can be...
std str patternrust
https://doc.rust-lang.org/std/ops/trait.Shl.html
Shl in std::ops - Rust
std ops rustshl
https://doc.rust-lang.org/std/io/struct.Error.html
Error in std::io - Rust
The error type for I/O operations of the `Read`, `Write`, `Seek`, and associated traits.
std io rusterror
https://doc.rust-lang.org/std/io/struct.BorrowedCursor.html
BorrowedCursor in std::io - Rust
A writeable view of the unfilled portion of a `BorrowedBuf`.
std io rust
https://doc.rust-lang.org/std/collections/btree_map/struct.IterMut.html
IterMut in std::collections::btree_map - Rust
A mutable iterator over the entries of a `BTreeMap`.
std collections btreemap rustitermut
https://doc.rust-lang.org/std/sync/mpsc/struct.Sender.html
Sender in std::sync::mpsc - Rust
The sending-half of Rust’s asynchronous `channel` type.
std sync mpscsenderrust
https://doc.rust-lang.org/std/collections/struct.HashMap.html
HashMap in std::collections - Rust
A hash map implemented with quadratic probing and SIMD lookup.
std collections rusthashmap
https://doc.rust-lang.org/std/sync/mpmc/index.html
std::sync::mpmc - Rust
Multi-producer, multi-consumer FIFO queue communication primitives.
std sync mpmcrust
https://doc.rust-lang.org/std/iter/trait.Iterator.html
Iterator in std::iter - Rust
A trait for dealing with iterators.
std iter rustiterator
https://doc.rust-lang.org/std/ops/trait.AsyncFnOnce.html
AsyncFnOnce in std::ops - Rust
An async-aware version of the `FnOnce` trait.
std ops rust
https://doc.rust-lang.org/std/range/struct.RangeFrom.html
RangeFrom in std::range - Rust
A range only bounded inclusively below (`start..`).
std range rust
https://doc.rust-lang.org/std/slice/struct.RSplitMut.html
RSplitMut in std::slice - Rust
An iterator over the subslices of the vector which are separated by elements that match `pred`, starting from the end of the slice.
std slice rust
https://doc.rust-lang.org/std/ops/trait.SubAssign.html
SubAssign in std::ops - Rust
The subtraction assignment operator `-=`.
std ops rust
https://doc.rust-lang.org/std/slice/struct.Windows.html
Windows in std::slice - Rust
An iterator over overlapping subslices of length `size`.
std slice rustwindows
https://doc.rust-lang.org/std/char/struct.DecodeUtf16Error.html
DecodeUtf16Error in std::char - Rust
An error that can be returned when decoding UTF-16 code points.
std char rust
https://doc.rust-lang.org/std/sync/atomic/struct.AtomicPtr.html
AtomicPtr in std::sync::atomic - Rust
A raw pointer type which can be safely shared between threads.
std sync atomicrust
https://doc.rust-lang.org/std/collections/binary_heap/struct.DrainSorted.html
DrainSorted in std::collections::binary_heap - Rust
A draining iterator over the elements of a `BinaryHeap`.
std collections binaryheap rust
https://doc.rust-lang.org/std/iter/struct.Peekable.html
Peekable in std::iter - Rust
An iterator with a `peek()` that returns an optional reference to the next element.
std iter rust