Core module of ƒlex written in Rust
ƒlex core provides usefull tools:
- mongodb driver
- file system
- geode package manager
- yaml parser
- toml parser
- bson serializer and deserializer
- crypto-functions
- Download the .dll file from the releases tab corresponding to your platform.
- Place downloaded file in /garrysmod/lua/bin folder in your server.
- Install rust compliler with
rustup
- Clone this repo and run
cargo build -r --target *your target*
(for targets look at the rust docs) - Rename library in target folder to gmsv_flcore_(see)
- Place module in /garrysmod/lua/bin folder.
Docs avaliable at the wiki