m5-sys 0.1.0

Low-level bindings for the m5 utility from the gem5 simulator.
docs.rs failed to build m5-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

m5-sys

Low-level Rust bindings to the m5 utility library of the gem5 architectural simulator.

Finding gem5 source

There are two ways for this crate to link against m5.

  • By default, this crate will download the official gem5 release from GitHub and build the m5 library.
  • Set the GEM5_SRC environment variable to the root of the gem5 source tree to build from that instead.