This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Visual Studio 2019 Product Key | |
[Please Star this gist] | |
Follow My Account --> https://github.com/ch-kashif @ch-kashif | |
Lets do a code together | |
Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name lib_rs_fixer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Fixes lib.rs disrespecting snake_case crate names. | |
// @author aspen <[email protected]> | |
// @match https://lib.rs/crates/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.x-git.slim.min.js | |
// ==/UserScript== |
NewerOlder