Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamvenner/gmod-rs
⚙ Garry's Mod binary modules, with Rust
https://github.com/williamvenner/gmod-rs
binary-module garrys-mod garrysmod gmod module rust
Last synced: 6 days ago
JSON representation
⚙ Garry's Mod binary modules, with Rust
- Host: GitHub
- URL: https://github.com/williamvenner/gmod-rs
- Owner: WilliamVenner
- License: mit
- Created: 2021-09-09T19:24:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T12:42:24.000Z (5 months ago)
- Last Synced: 2024-10-11T11:33:42.618Z (4 months ago)
- Topics: binary-module, garrys-mod, garrysmod, gmod, module, rust
- Language: Rust
- Homepage: https://docs.rs/gmod
- Size: 122 KB
- Stars: 59
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![crates.io](https://img.shields.io/crates/v/gmod.svg)](https://crates.io/crates/gmod)
[![docs.rs](https://docs.rs/gmod/badge.svg)](https://docs.rs/gmod)
# ⚙ gmod-rs
A swiss army knife for creating binary modules for Garry's Mod in Rust.
# Examples
[Click here](https://github.com/WilliamVenner/gmod-rs/tree/master/examples/) to see examples.
# Nightly requirement
Currently, this crate requires the Rust Nightly compiler to be used.