Expand description
Release 0.3.0
- Removed the
Receivable
trait, because it is difficult to write meaningful code with<T as Receivable>
forT ≠ RawFd
. - Removed the
Sendable
trait. While the generalisation here is sound and is beneficial, the inconsistency between ability to send any sendable and then only being able to receive aRawFd
was deemed to be not worth it.