origen_metal 1.4.0

Bare metal APIs for the Origen SDK
1
2
3
4
5
pub mod design_sync;
pub mod git;

pub use design_sync::Designsync;
pub use git::Git;