smol-attributes 0.1.3

Proc macro for smol runtime.
Documentation
1
2
3
4
5
#[smol_potat::test]
async fn test() -> std::io::Result<()> {
    assert_eq!(2 * 2, 4);
    Ok(())
}