An HTTP server hosting packages for Nest.
- rustup, with the latest nightly toolchain available
Compiling Nest-Server is pretty straightforward:
cargo build
If you want to be sure everything went correctly when compiling Nest-Server, you can run the tests:
cargo test
If you want to host some custom-made packages on your own Nest-Server instance, you may find the Hosting.md
guide useful.
Nest-Server provides an API to question the server about its content. This API is, among others, used by Nest when pulling a repository or when downloading a package.
All the available API routes are listed in Api.md
.