enzyme 0.2.0

A helper crate to simplify experimenting with Enzyme.
Documentation
1
2
3
4
5
6
7
8
9
pub mod compile;
pub mod downloader;
pub mod generate_api;
pub mod utils;

pub use utils::Repo;
pub use compile::build;
pub use downloader::download;
pub use generate_api::generate_bindings;