4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / shell.nix NIX
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
  nativeBuildInputs = [
    pkgs.rustup
    pkgs.gcc
  ];
}