sendfd::changelog

Module r0_3_0

Source
Expand description

Release 0.3.0

  • Removed the Receivable trait, because it is difficult to write meaningful code with <T as Receivable> for T ≠ 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 a RawFd was deemed to be not worth it.