Autorun-rs v0.3.0
- Removed a lot of repetitive code
- Updated for rglua v0.2.0
- Manually dealing with CString conversion, so fixed issues with it causing crashes
- Clean up the main autorun thread when gmod closes, to avoid that error box showing up when closing gmod.
- Remove winapi as a dependency, just use extern "system" binding
- Use anyhow as a dependency
- Cleanup a lot of code (Especially in lib.rs)