Adding netsim_embed_machine library as a dependency

Run this command in a terminal, in your project's directory:

cargo add netsim-embed-machine

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

netsim-embed-machine = "0.6.4"

The netsim_embed_machine library will be automatically available globally. Read the netsim_embed_machine library documentation.

Back to the crate overview.