Crate nanoforge

Source
Expand description

§NanoForge

This is the Rust interface for the NanoForge project. NanoForge is a tool for packaging nanoservices into Docker images, and then configuring a Rust project to use these nanoservices as dependencies. The end result is that multiple servers and even JavaScript apps can be compiled into one Rust binary.

Modules§

docker_files
Defines the actions around downloading and unpacking docker images to access the files.
toml_operations
Defines the actions around reading, writing, and configuring TOML files.