Highlights
- Pro
- 1 discussion answered
Block or Report
Block or report WilliamVenner
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
squad-mortar-helper Public
💣 SMH – a computer vision project for automatic, precision mortar strike calculations in SquadRust 15
-
gmpublisher Public
⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri -
vscode-glua-enhanced Public
👨💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more... -
grafana-timepicker-buttons Public
📊 Datasource-configured buttons panel plugin which set the time range of your Grafana dashboard
2,709 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 77 commits in 9 repositories
Created 2 repositories
Created a pull request in rust-lang/rust that received 6 comments
Add String::replace_first
and String::replace_last
Convenience methods that use match_indices
and replace_range
to efficiently replace a substring in a string without reallocating, if capacity (and …