From docs.rs
1 1
The attribute that you should use for your tests. Your annotated function’s arguments can be injected with `[fixture]`s, provided by parametrized cases or by value lists.
9h ago
From docs.rs
IndexedRandom in rand::seq - Rust
1 1
Extension trait on indexable lists, providing random sampling methods.
12h ago
From docs.rs
0 1
Yrs (read: “wires”) is a high performance CRDT implementation based on the idea of Shared Types. It is a compatible port of the Yjs CRDT.
on Sat, 4PM
From docs.rs
0 1
N-dimensional interpolation/extrapolation methods, no-std and no-alloc compatible, prioritizing correctness, performance, and compatiblity with memory-constrained environments.
on Mon, 1AM
From docs.rs
0 1
Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 and other portions of the Unicode standard. See the Rules for determining width section for the exact rules.
on Mar 16
From docs.rs
ClientBuilder in reqwest - Rust
0 0
A `ClientBuilder` can be used to create a `Client` with custom configuration.
on Mar 15
From docs.rs
0 0
Crimes - An exploration of (ab)using async/await syntax to simplify writing coroutines
on Mar 6
From docs.rs
0 0
This crate provides a number of conversion traits with more specific semantics than those provided by `as` or `From`/`Into`.
on Mar 6
From docs.rs
turn_off_the_borrow_checker in you_can - Rust
0 0
You can’t “turn off the borrow checker” in Rust, and you shouldn’t want to. Rust’s references aren’t pointers, and the compiler is free to decimate code that tries to use references as though they are. If you need raw pointer behaviour in Rust, don’t use this, use Rust’s actual raw pointers,...
on Feb 26
From docs.rs
Modifiers in termwiz::input - Rust
0 0
API documentation for the Rust `Modifiers` struct in crate `termwiz`.
on Feb 22
From docs.rs
0 1
BufRead’s read_line may be a problem when you need performance and safety on unvetted streams:
on Feb 15
From docs.rs
0 1
An `Iterator` blanket implementation that provides extra adaptors and methods.
on Feb 13
From docs.rs
UringBearer in io_uring_bearer - Rust
0 1
Manage the io_uring Submission and Completion Queues
on Feb 13
From docs.rs
BearerCapacityKind in io_uring_bearer - Rust
0 1
Describes all the different intended fixed capacity used in the bearer.
on Feb 13
From docs.rs
Stream in futures_core::stream - Rust
0 1
A stream of values produced asynchronously.
on Feb 13
From docs.rs
0 1
APIs that feel like they should be in the standard library, but they are not.
on Feb 12
From docs.rs
fixed_bounded_capacity.rs - source
0 1
Source of the Rust file `examples/fixed_bounded_capacity.rs`.
on Feb 12
From docs.rs
0 1
`inline-c` is a small crate that allows a user to write C (including C++) code inside Rust. Both environments are strictly sandboxed: it is non-obvious for a value to cross the boundary. The C code is transformed into a string which is written in a temporary file. This file is then compiled into...
on Feb 11
From docs.rs
0 0
The `closed_interval_set` crate manipulates disjoint unions of closed intervals that are represented as vectors (`RangeVec`) or iterators (`NormalizedRangeIter`) of pairs of endpoints. These intervals are always closed (inclusive at both ends), so the crate can naturally represent both the...
on Feb 9
From docs.rs
NodeMaintainerError in node_maintainer - Rust
0 0
API documentation for the Rust `NodeMaintainerError` enum in crate `node_maintainer`.
on Feb 7
From docs.rs
0 1
Lettre is an email library that allows creating and sending messages. It provides:
on Feb 2
From docs.rs
0 0
Fill `dest` with random bytes from the system’s preferred random number source.
on Jan 27
From docs.rs
0 0
This crate provides `Yoke<Y, C>`, which allows one to “yoke” (attach) a zero-copy deserialized object (say, a `Cow<'a, str>`) to the source it was deserialized from, (say, an `Rc<[u8]>`), known in this crate as a “cart”, producing a type that looks like `Yoke<Cow<'static, str>, Rc<[u8]>>` and...
on Jan 24