- MaulingMonkey on Reddit, Hacker News
- MaulingMonkey#1444 on Discord (in GameDev.net, Rust PL, Rust PL Community, ...)
- MaulingMonkey on irc.afternet.org (in #gamedev)
โ Website โ Pull Requests โ Notes โ
โ Reviews โ Guide: C++ vs Rust โ
| authored | desc |
|---|---|
| Subcommands | |
| cargo-container | Package rlibs in several containing frontends |
| cargo-html | create self-contained HTML programs |
| cargo-local-install | Wraps cargo install for better local, non-conflicting installation |
| cargo-vs | Autogenerate visual studio solutions / projects |
| cargo-vsc | Autogenerate .vscode folders |
| General | |
| abibool | C ABI compatible boolean types |
| abistr | C ABI compatible string types |
| bugsalot | Rust macros for bug wrangling, debugger interop. |
| firehazard | ๐ฅ Safe, "sound", 1:1 windows security API wrappers |
| hwnd | Windows HWND wrappers |
| mcom | ๐ฝ COM smart pointers and interop functions |
| minidl | Extremely lean cross platform library for loading symbols |
| thindx | ๐ฎ Safe, "sound", 1:1 DirectX wrappers |
| thindx-xinput | ๐ฎ Safe, "sound", 1:1 XInput wrappers |
| thindx-xaudio2 | ๐ Safe, "sound", 1:1 XAudio2 wrappers |
| untokio | Pretend tokio doesn't exist |
| vfs-clgit | Virtual FileSystem abstraction around Command Line GIT |
| vfs-zip | Virtual FileSystem abstraction around zip archives |
| winresult | Windows HRESULT and error code wrappers |
| winstr | Windows BSTR wrappers |
| Build Tooling | |
| appx | Manage appx packages |
| clgit | Command Line GIT wrappers |
| json-spanned-value | Track the origin of your json values for better error reporting! |
| lies | LIcense Embedding System |
| mmrbi | Rust Build Infrastructure |
| natvis-pdbs | Embed .natvis files into your .pdbs, for ease of debugging. |
| wslapi | Managing the Windows Subsystem for Linux |
| Binaries | |
| mmuhttpd | 0 deps 100% monkey HTTP server |
| rust_win32_sample | Basic samples relying only on winapi |
| rust-opendingux-test | OpenGL on RG350M demo |
| contributions | desc |
|---|---|
| Major | |
| nonmax | NonMax* equivalents to NonZero* |
| Medium | |
| crev | Distributed Code Reviews |
| midir | Cross-platform, realtime MIDI processing in Rust. |
| rust | rustc itself! |
| wmi | Windows Management Instrumentation |
| Minor | |
| inventory | typed distributed plugin registration |
| lokacore | ??? |
| num_cpus | Count the number of CPUs on the current machine |
| quicksilver | web+desktop 2d gamedev framework |
| rust-android-gradle | Cross compile Rust Cargo projects for Android targets. |
| rusty-xinput | Dynamically loads an xinput dll and lets you safely call the functions. |
| tempfile | Temporary files management |
| xml | XML reader/writers |