A (terminal) package manager for Windows, written in Rust. Useful when tools are missing.
I am aware this software is absolute crap, but I did it to learn Rust better.

Usage
First off, add the executable to PATH:
set PATH=%PATH%;C:\your\path\here\Then to use the package manager, either download the missing.exe or build yourself using the rust compiler.
After that, you can run the following commands in the Windows terminal (cmd):
./missing - will list all available packages
./missing <name> - will download the package
./missing <name> -s - the -s or --search flag can be applied to search for a package
packages that need to be added (cause some suck to manually install)
libclang
rust
nvidia?
gotta uh, download files/file and store if it's not an exe or msi file
also maybe download files to current path where you're executing from