garlandtools 0.1.1

A library for interacting with the GarlandTools API
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! async_evaluate {
    ($e:expr) => {
        tokio_test::block_on($e)
    };
}