Rust Offline Mirror Tool (Romt) for offline Rust development

All,

If you want to use Rust on a network without direct Internet access, you might find Romt (Rust Offline Mirror Tool) useful:

From the README.rst:

"""
Instructions and tooling are provided for:

  • Mirroring of Rust ecosystem artifacts:

    • Toolchains (Rustc, Cargo, libraries, etc.)
    • Rustup (toolchain multiplexer)
    • Crates.io (community-supplied Crates)
  • Incremental artifact downloading.

  • Incremental artifact transfer to offline network.

  • Artifact serving in offline context (offline computer, disconnected network).

"""

Romt is written in Python primarily due to author familiarity and the chicken-and-egg problem of wanting to learn about Rust using a Rust development environment on a disconnected network.

Michael Henry

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.