veryl-metadata 0.20.0

A modern hardware description language
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "git-gitoxide")]
mod gitoxide;
#[cfg(feature = "git-gitoxide")]
pub use gitoxide::Git;
#[cfg(all(feature = "git-command", not(feature = "git-gitoxide")))]
mod command;
#[cfg(all(feature = "git-command", not(feature = "git-gitoxide")))]
pub use command::Git;