async-cffi-codegen 0.1.1

Logic for generating CFFI bindings for asynchronous Rust code.
Documentation
1
2
3
pub trait CodeGen {
    fn codegen(&self, indent: usize) -> String;
}