uds
uds copied to clipboard
feat: eagerly implement common traits
This adds eager implementations of the common traits to all public structs, as recommended in the Rust API guidelines.
Some of the traits here might be inappropriate and I'd be happy to remove them if so. For my own use case I really just need the comparison and hashing traits.
Closing due to inactivity