/core

Core of ƒlex framework written in Rust

Primary LanguageRustMozilla Public License 2.0MPL-2.0

ƒlex core

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

Installation

  1. Download the .dll file from the releases tab corresponding to your platform.
  2. Place downloaded file in /garrysmod/lua/bin folder in your server.

Building from source

  1. Install rust compliler with rustup
  2. Clone this repo and run cargo build -r --target *your target*(for targets look at the rust docs)
  3. Rename library in target folder to gmsv_flcore_(see)
  4. Place module in /garrysmod/lua/bin folder.

Documentation

Docs avaliable at the wiki