Skip to content

Version 3.0.0

Choose a tag to compare

@fpagliughi fpagliughi released this 19 Sep 21:15
· 182 commits to master since this release

Support for Rust async/await

  • All of tokio-socketcan has been merged into this crate and will be available with an async-tokio build feature.
  • #41 Added initial support for async-io for use with async-std and smol
  • Split SocketOptions trait out of Socket trait for use with async (breaking)
  • Added cargo build features for tokio or async-io.
  • Also created specific build features for async-std and smol which just bring in the async-io module and alias the module name to async-std or smol, respectively, and build examples for each.