Skip to content
View vsrs's full-sized avatar

Block or report vsrs

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. rsciterrsciterPublic

    Unofficial Rust bindings for Sciter

    Rust 8 2

  2. rdiskrdiskPublic

    rdisk is a native Rust library to work with different disk image formats (VHD, VHDX, VMDK, etc), file systems (FAT, NTFS) and other low level disk formats.

    Rust 9 2

  3. nt_nativent_nativePublic

    Rust safe wrapper for Windows Native IO subsystem.

    Rust 7 1

  4. Better PS promptBetter PS prompt
    1
    FunctionPrompt
    2
    {
    3
    $git_cmd="git rev-parse --abbrev-ref=loose HEAD"
    4
    Invoke-Expression$git_cmd2>$null|Tee-Object-Variable git_branch |Out-Null
    5
    $git_branch_text=$None
  5. rust-analyzerrust-analyzerPublic

    Forked from rust-lang/rust-analyzer

    An experimental Rust compiler front-end for IDEs

    Rust