simavr-ffi

Crates.iosimavr-ffi
lib.rssimavr-ffi
version1.2.1
created_at2022-06-11 17:31:03.942697+00
updated_at2025-09-20 10:58:49.414053+00
descriptionLow-level bindings to simavr
homepage
repositoryhttps://github.com/Patryk27/simavr-ffi
max_upload_size
id604156
size23,794,757
Patryk Wychowaniec (Patryk27)

documentation

README

simavr-ffi   crates-badge

Low-level bindings to simavr:

[dependencies]
simavr-ffi = "1"

Supported platforms: Linux & Mac (pull requests for other platforms welcome!).

If you're looking for something high-level, see avr-tester.

Requirements

Compile-time:

  • clang,
  • libelf,
  • pkg-config,
  • zlib.

Nix (Linux / Mac)

$ nix develop

Ubuntu

$ sudo apt install clang libelf-dev pkg-config

Mac

$ brew install libelf pkg-config

License

Copyright (c) 2022 Patryk Wychowaniec pwychowaniec@pm.me.
Licensed under the MIT license.

Commit count: 52

cargo fmt