nextpnr/rust
dragonmux 3e46fbc655 rust: Reworked the unwrap helpers by effectively hiding the crime of memcpy()'ing into a non-POD type from the compiler
There is still the possibility that this can explode horribly, but the result should be the same codegen and fixes the warning

This also makes the helpers `inline` so they'll usually be compiled out for a nice speed boost
2024-01-04 10:39:45 +01:00
..
example_printnets Add Rust FFI bindings 2024-01-03 13:42:18 +01:00
nextpnr first round of review fixes 2024-01-03 13:42:18 +01:00
Cargo.toml Add Rust FFI bindings 2024-01-03 13:42:18 +01:00
rust.cc rust: Reworked the unwrap helpers by effectively hiding the crime of memcpy()'ing into a non-POD type from the compiler 2024-01-04 10:39:45 +01:00
rust.h Add Rust FFI bindings 2024-01-03 13:42:18 +01:00