A #![no_std] crate for performing FNV1A-16/32/64/128 hashing on Rust stable at compile time.
crate
v1.1.0
github.com
2022-08-13
## Summary [summary]: #summary Type ascription ([RFC #803][ascript-rfc], [tracking issue]) has been a merged RFC for seven years, with no clear path to stabilization. Since then, syntactic norms in Rust have shifted significantly and it's b...
## Summary This RFC establishes a Leadership Council as the successor of the core team[^core] and the new governance structure through which Rust Project members collectively confer the authority[^authority] to ensure successful operation o...
Fallible streaming iterator specialized for decompression
crate
v0.1.2
github.com
2022-07-30
Basic type for validator and validator_derive
crate
v0.16.0
github.com
2022-07-25
Unofficial implementation of Apache Arrow spec in safe Rust
crate
v0.1.0
github.com
2022-07-07
## Summary [summary]: #summary When Cargo is performing an API operation (`yank`/`login`/`publish`/etc.) to a source-replaced `crates-io`, require the user to pass `--registry <NAME>` to specify exactly which registry to use. Additionally,...
Encode/decode any base
crate
v0.2.11
github.com
2022-06-24
Extended precision 80-bit floating-point numbers (f80).
crate
v0.1.0
github.com
2022-05-27
## Summary [summary]: #summary The Rust Compiler Team has used a co-leadership model since late 2019. This RFC codifies the expectations the team has for its leads and the time and effort we expect to be necessary to meet those expectations...
## Summary [summary]: #summary * Introduce a new "type system team" (the "types team" for short) that works to **implement and formally define** the semantics of Rust as decided by the lang team. * The type team owns and maintains: * The im...
OpenTracing API for Rust
crate
v0.6.0
github.com
2022-04-05
## Refined trait implementations - Feature Name: `refined_impls` - Start Date: 2022-03-22 - RFC PR: [rust-lang/rfcs#3245](https://github.com/rust-lang/rfcs/pull/3245) - Rust Issue: [rust-lang/rust#100706](https://github.com/rust-lang/rust/i...
A URI parser including relative references
crate
v0.6.4
github.com
2022-03-18
## Summary Languages like C++ have open namespaces where anyone can write code in any namespace. In C++'s case, this includes the `std` namespace and is only limited by convention. In contrast, Rust has closed namespaces which can only incl...
Shared code for Askama
crate
v0.12.2
github.com
2022-02-27
pure rust pkcs12 tool
crate
v0.6.3
github.com
2022-02-18
## Summary [summary]: #summary Add a `process_group` method to `std::os::unix::process::CommandExt` that allows setting the process group id (i.e. calling `setpgid`) in the child, thus enabling users to set process groups while leveraging t...
## Summary [summary]: #summary Add support for Cargo to authenticate the user to registries without sending secrets over the network. ## Motivation [motivation]: #motivation The word "token" is going to be used a lot in this document. For c...
## Summary [summary]: #summary Add a warn-by-default lint for items inside functions or expressions that implement methods or traits that are visible outside the function or expression. Consider ramping that lint to deny-by-default for Rust...