Attribute macro that generates a trait with an inherent blanket implementation.
A simple macro to derive blanket implementations for your traits.
Implement a blanket implementation for a marker trait.
trait objects with variable associated types
The user-facing part of the autoimpl macro. Automatically implement a generic trait using autoimpl!
The proc-macro part of the autoimpl macro. Should not be depended on directly.
Blanket traits providing `.into_ok()`, `.into_err()`, and `.into_some()` for happier method chaining.
Compare IEEE floating point primitives, structs and collections for equality.
Compile-time trait reflection for Rust
Cross-platform primitives (sync, time, thread) for native and wasm32.
A small utility for partitioning a sequence of items by enum discriminant
Core traits and types for OxiTLS