simavr-ffi

Crates.iosimavr-ffi
lib.rssimavr-ffi
version1.0.0
sourcesrc
created_at2022-06-11 17:31:03.942697
updated_at2024-06-10 13:46:49.2504
descriptionLow-level bindings to simavr
homepage
repositoryhttps://github.com/Patryk27/simavr-ffi
max_upload_size
id604156
size19,817,947
Patryk Wychowaniec (Patryk27)

documentation

README

simavr-ffi   crates-badge

Low-level bindings to simavr.

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

Requirements

Compile-time:

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

Nix (Linux)

$ nix-shell

Ubuntu

$ sudo apt install clang libelf-dev pkg-config

Mac

$ brew tap osx-cross/avr
$ brew install avr-gcc libelf pkg-config

FAQ

How does it compare to simavr-sys?

simavr-sys seems unmaintained at the moment, while simavr-ffi is up-to-date.

License

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

Commit count: 20

cargo fmt