Crates.io | simavr-ffi |
lib.rs | simavr-ffi |
version | 1.1.3 |
source | src |
created_at | 2022-06-11 17:31:03.942697 |
updated_at | 2024-10-29 18:49:46.219423 |
description | Low-level bindings to simavr |
homepage | |
repository | https://github.com/Patryk27/simavr-ffi |
max_upload_size | |
id | 604156 |
size | 19,823,652 |
Low-level unsafe bindings to simavr:
[dependencies]
simavr-ffi = "1"
Supported platforms: Linux & Mac (pull requests for Windows etc. welcome!).
If you're looking for something high-level and safe, see AvrTester.
Compile-time:
patch-twi-inconsistencies
feature flag),$ nix develop
$ sudo apt install clang libelf-dev pkg-config
$ brew install libelf pkg-config
If you want, you can activate following feature flags (disabled by default):
patch-twi-inconsistencies
- applies a fix for https://github.com/buserror/simavr/issues/453simavr-sys
?simavr-sys
seems unmaintained at
the moment, while simavr-ffi
is up-to-date.
Copyright (c) 2022 Patryk Wychowaniec pwychowaniec@pm.me.
Licensed under the MIT license.