simavr-sys 1.5.9

Bindings to the 'simavr' AVR simulator
docs.rs failed to build simavr-sys-1.5.9
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.

simavr-sys

Crates.io Build Status MIT licensed

Bindings to the simavr AVR simulator.

Documentation

Versioning scheme

The crate published to crates.io will always include the major and minor simavr version in the crates.io version.

The revision is specific to this crate.

Versions look like this

<simavr-major>.<simavr-minor>.<simavr-sys-revision>

So, if we've made two revisions with simavr 1.5.9, then the new version should be 1.5.1.

When a new minor version is released, the minor version should tick back to zero.