feat: call rust ffi from go

This commit is contained in:
2025-01-12 12:45:44 +08:00
parent a092935265
commit 32a429d555
10 changed files with 576 additions and 6 deletions

8
.gitignore vendored
View File

@@ -1,13 +1,10 @@
.idea/
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
@@ -21,7 +18,8 @@ Cargo.lock
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*