No description
Find a file
2020-03-03 17:43:43 +01:00
docker-test Initial commit 2020-02-25 18:31:08 +01:00
tes3mp-plugin fix OnCellLoad and OnCellUnload 2020-03-03 17:43:43 +01:00
tes3mp-test fix mutability 2020-02-28 00:26:19 +01:00
.gitignore Initial commit 2020-02-25 18:31:08 +01:00
Cargo.toml Initial commit 2020-02-25 18:31:08 +01:00
generate-rust.py build for 0.7.0 2020-02-28 00:18:41 +01:00
README.md Initial commit 2020-02-25 18:31:08 +01:00
setup-externs build for 0.7.0 2020-02-28 00:18:41 +01:00

tes3mp-rs

Rust bindings for creating a TES3MP server plugin

Generating the bindings can be done via running

./setup-externs
./generate-rust.py

this will generate a new tes3mp-plugin/src/plugin/generated.rs file