Skip to content
View vsrs's full-sized avatar
Block or Report

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.

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

  1. rsciter rsciter Public

    Unofficial Rust bindings for Sciter

    Rust 5 1

  2. rdisk rdisk Public

    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 8

  3. nt_native nt_native Public

    Rust safe wrapper for Windows Native IO subsystem.

    Rust 7

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

    Forked from rust-lang/rust-analyzer

    An experimental Rust compiler front-end for IDEs

    Rust