veryl-metadata 0.13.0

A modern hardware description language
Documentation
mod build;
mod doc;
mod format;
mod git;
mod lint;
mod lockfile;
mod metadata;
mod metadata_error;
mod project;
mod pubfile;
mod publish;
mod test;
#[cfg(test)]
mod tests;
pub use build::{Build, BuiltinType, ClockType, FilelistType, ResetType, SourceMapTarget, Target};
pub use doc::Doc;
pub use format::Format;
pub use lint::{Case, Lint};
pub use lockfile::Lockfile;
pub use metadata::{BumpKind, Metadata};
pub use metadata_error::MetadataError;
pub use project::Project;
pub use pubfile::{Pubfile, Release};
pub use publish::Publish;
pub use semver;
pub use test::{SimType, Test, WaveFormTarget};