Skip to content
View vvshard's full-sized avatar

Block or report vvshard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. methods-enum Public

    Two macros for easy implementation of 'state' design pattern and other dynamic polymorphism using enum instead of dyn Trait

    Rust 3 1

  2. User script for FF Greasemonkey: Pre...
    1
    // ==UserScript==
    2
    // @name        Preparing rustdoc for 'Translate Web Pages' add-on
    3
    // @description Disables translation of navigation sections and entity names (both in text and in search results), as well as source code blocks in rustdoc pages (ex: in doc.rust-lang.org/stable/std/). !!! To translate comments in the code examples and in the code on the [src] pages, you must enable translation for <PRE> tags in "Translate Web Pages" preferences.
    4
    // @version     1.0.5
    5
    // @author      vvshard
  3. just-bun Public

    Allows you to use Bun Shell to save and run project-specific commands, similar to "just"

    TypeScript