synca 0.5.2

Write asynchronous code, and synca will create a synchronous version.
Documentation
1
2
3
4
5
6
7
mod attr;
mod attrs;
mod docs;

pub use attr::*;
pub use attrs::*;
pub use docs::*;