Off-line Rust Development

crates cargo

Throughout the years I worked with a number of organizations where even the development network was not connected to the Internet.

It made the installation of 3rd party libraries a nightmare. In some cases we had to use an external computer to manually download each one of the libraries recursively dealing with all the dependencies. Then write them on a CD and make that CD available on the internal network

I wonder if there are any tools in Rust supporting such a development environment that would eliminate most of the manual work?

Explore panamax

Author

Gabor Szabo (szabgab)

Gabor Szabo, the author of the Rust Maven web site maintains several Open source projects in Rust and while he still feels he has tons of new things to learn about Rust he already offers training courses in Rust and still teaches Python, Perl, git, GitHub, GitLab, CI, and testing.

Gabor Szabo