A library for heap profiling and ad hoc profiling with DHAT.
crate
v0.3.3
github.com
2024-02-04
Keeps an inventory of living objects
crate
v0.4.2
github.com
2024-01-26
Simplified Read/Write traits for no_std usage
crate
v0.2.2
github.com
2024-01-24
serde implementation of CBOR using ciborium-basic
crate
v0.2.2
github.com
2024-01-24
Low-level CBOR codec primitives
crate
v0.2.2
github.com
2024-01-24
## Summary [summary]: #summary Re-organise the compiler team: - Re-define and rename the tiers of membership - Change how team members and contributors are promoted - Document expectations of team members and maintainers - Establish mechani...
A concurrent insert-only hashmap for caching values
crate
v0.3.0
github.com
2024-01-19
## Summary [summary]: #summary This eRFC lays out a path for [stabilizing programmatic output for libtest](https://github.com/rust-lang/rust/issues/49359). ## Motivation [motivation]: #motivation [libtest](https://github.com/rust-lang/rust/...
Tools for concurrent programming
crate
v0.8.4
github.com
2024-01-08
A concurrent skip list
crate
v0.1.3
github.com
2024-01-08
InfluxDB line protocol parser and builder.
crate
v2.0.0
github.com
2023-12-22
Do two directories have different contents?
crate
v0.3.3
github.com
2023-12-19
## Summary [summary]: #summary Change the range operators `a..b`, `a..`, and `a..=b` to resolve to new types `std::range::Range`, `std::range::RangeFrom`, and `std::range::RangeInclusive` in Edition 2024. These new types will not implement...
A library for interrupting asynchronous streams.
crate
v0.8.2
github.com
2023-12-17
An abstraction over buffers backed by memory-mapped files or bytes in memory
crate
v0.1.4
github.com
2023-12-14
## Summary [summary]: #summary This RFC proposes support for `patchable-function-entry` as present in [`clang`](https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fpatchable-function-entry) and [`gcc`](https://gcc.gn...
A simple parser for the Prometheus text format
crate
v0.2.5
github.com
2023-12-09
## Summary This RFC proposes merging the Release team into the Infrastructure team as a subteam. The membership of the Infrastructure and Release teams proper remain the same.[^subteam] [^subteam]: Note: Members of subteams are not automati...
## Summary [summary]: #summary Pointers (this includes values of reference type) in Rust have **two** components. * The pointer's "address" says where in memory the pointer is currently pointing. * The pointer's "provenance" says where and...
## Summary [summary]: #summary When a constant appears as a pattern, this is syntactic sugar for writing a pattern that corresponds to the constant's value by hand. This operation is only allowed when (a) the type of the constant implements...