Version 3.0.0
Support for Rust async/await
- All of tokio-socketcan has been merged into this crate and will be available with an
async-tokiobuild feature. - #41 Added initial support for
async-iofor use withasync-stdandsmol - Split
SocketOptionstrait out ofSockettrait for use with async (breaking) - Added cargo build features for
tokioorasync-io. - Also created specific build features for
async-stdandsmolwhich just bring in theasync-iomodule and alias the module name toasync-stdorsmol, respectively, and build examples for each.