#avr #simulator #emulator

sys simavr-sys

Bindings to the 'simavr' AVR simulator

8 stable releases

Uses old Rust 2015

1.5.9 Jun 1, 2019
1.5.8 Dec 9, 2017
1.5.4 Nov 17, 2017
1.5.2 Nov 16, 2017

#310 in Simulation

23 downloads per month
Used in 2 crates

GPL-3.0 license

3.5MB
20K SLoC

C 19K SLoC // 0.2% comments Intel HEX 125 SLoC Ruby 85 SLoC // 0.2% comments Rust 84 SLoC // 0.1% comments Python 63 SLoC // 0.0% comments

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.

No runtime deps