extreme 1.0.1

Very boring async function runner. MIT/Apache-2.0 license is available for spacejam's github sponsors.
Documentation

extreme

super boring async function runner, less than 50 lines of code.

docs:

/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
    F: Future<Output = O>