mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 06:19:30 -04:00
rough fcmp++ tree impl (lots of work remaining to clean it up and fix)
This commit is contained in:
parent
caa62bc9ea
commit
e1c03f4d5a
16 changed files with 1730 additions and 1 deletions
5
src/fcmp/fcmp_rust/build.rs
Normal file
5
src/fcmp/fcmp_rust/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
let _ = cxx_build::bridge("src/lib.rs");
|
||||
|
||||
println!("cargo:rerun-if-changed=src/lib.rs");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue