1
0
Fork 0
forked from fun/fun

Added Rust support to the Fun core. (0.38.0)

This commit is contained in:
Johannes Findeisen 2026-01-27 04:26:54 +01:00
commit 149e135318
12 changed files with 299 additions and 1 deletions

2
.gitignore vendored
View file

@ -13,5 +13,7 @@ json.xml
lib/*.so
out/
src/*.o
src/rust/Cargo.lock
src/rust/target
*.swp
tmp*