The `uint!` macro for `Uint` and `Bits` literals
crate
v1.2.1
github.com
2024-06-03
Fundamental base types and code used by pnet.
crate
v0.35.0
github.com
2024-05-30
Automatic bit manipulation for binary data formats
crate
v0.35.0
github.com
2024-05-30
Support library for libpnet_macros
crate
v0.35.0
github.com
2024-05-30
Cross-platform, binary packet parsing and manipulation
crate
v0.35.0
github.com
2024-05-30
Access to network related system function and calls.
crate
v0.35.0
github.com
2024-05-30
Cross-platform, datalink layer networking.
crate
v0.35.0
github.com
2024-05-30
Cross-platform, low level networking using the Rust programming language.
crate
v0.35.0
github.com
2024-05-30
Cross-platform, transport layer networking.
crate
v0.35.0
github.com
2024-05-30
Reuse rstest attributes: create a set of tests and apply it
to every scenario you want to test.
crate
v0.7.0
github.com
2024-05-30
## Summary [summary]: #summary The [crates.io package ownership policies currently state](https://crates.io/policies#package-ownership): > If you want to take over a package, we require you to first try and contact the current owner > direc...
## Summary Add `std::thread::add_spawn_hook` to register a hook that runs for newly spawned threads. This will effectively provide us with "inheriting thread locals", a much requested feature. ```rust thread_local! { static MY_THREAD_LOCAL:...
## Summary [summary]: #summary Adding an unsafe attribute, `#[unsafe(export_ordinal(n))]`, that marks the ordinal position of an exported function in a cdylib on windows targets without creating a `lib.def` file. ## Motivation [motivation]:...
Jaeger exporter for OpenTelemetry
crate
v0.22.0
github.com
2024-05-15
## Summary [summary]: #summary This RFC proposes to add a new kind of pattern, the **guard pattern.** Like match arm guards, guard patterns restrict another pattern to match only if an expression evaluates to `true`. The syntax for guard pa...
Memory efficient trie (prefix tree) and map library based on LOUDS
crate
v0.4.2
github.com
2024-05-12
## `maybe_dangling` - Feature Name: `maybe_dangling` - Start Date: 2022-09-30 - RFC PR: [rust-lang/rfcs#3336](https://github.com/rust-lang/rfcs/pull/3336) - Tracking Issue: [rust-lang/rust#118166](https://github.com/rust-lang/rust/issues/11...
## Summary [summary]: #summary Various changes to the match ergonomics rules: - On edition ≥ 2024, `&` and `&mut` patterns only remove a single layer of references. - On edition ≥ 2024, `mut` on an identifier pattern does not force its bind...
## Summary [summary]: #summary When method selection encounters an ambiguity between two trait methods when both traits are in scope, if one trait is a subtrait of the other then select the method from the subtrait instead of reporting an a...
An async parser for `multipart/form-data` content-type in Rust.
crate
v3.1.0
github.com
2024-05-04