dwango / fibers-rs

A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio.
MIT License
182 stars 11 forks source link

Apply cargo fmt, make clippy happy, fix .travis.yml #16

Closed koba-e964 closed 5 years ago

koba-e964 commented 5 years ago

This PR achieves basically two things:

This PR does not change the behavior of exported modules.