Crate simics_package

Source
Expand description

Utilities for creating Simics ISPM Packages from Rust crates

Re-exports§

pub use artifacts::*;
pub use error::*;
pub use package::*;
pub use spec::*;
pub use util::*;

Modules§

artifacts
Artifacts for a package. Typically, these artifacts are the main library for the package and any interfaces which are built as separate libraries by the interface declaration.
error
Error types
package
An ISPM package which can be built from a subcommand invocation and output to a directory on disk.
spec
Specifications for internal file formats used in the Simics packaging process
util
Utilities helpful for packaging modules