Expose Top level API through zombienet-sdk crate (#126)
Following up on take 1 https://github.com/paritytech/zombienet-sdk/pull/124 Apart from better logs, I realize that one of the only thing missing now for us to start consuming this project is a top level package available (with it's dependencies) on crates.io. This PR serves mainly as a discussion point to get there. It would be great if we could publish an early version (0.0.1?) on crates.io so that we can start using this asap.
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- crates/examples/Cargo.toml 1 addition, 6 deletionscrates/examples/Cargo.toml
- crates/examples/examples/simple_network_example.rs 5 additions, 13 deletionscrates/examples/examples/simple_network_example.rs
- crates/examples/examples/small_network.rs 1 addition, 1 deletioncrates/examples/examples/small_network.rs
- crates/examples/examples/small_network_with_default.rs 6 additions, 12 deletionscrates/examples/examples/small_network_with_default.rs
- crates/examples/examples/small_network_with_para.rs 6 additions, 12 deletionscrates/examples/examples/small_network_with_para.rs
- crates/orchestrator/src/lib.rs 2 additions, 2 deletionscrates/orchestrator/src/lib.rs
- crates/orchestrator/src/network.rs 15 additions, 6 deletionscrates/orchestrator/src/network.rs
- crates/provider/src/lib.rs 1 addition, 1 deletioncrates/provider/src/lib.rs
- crates/sdk/Cargo.toml 16 additions, 0 deletionscrates/sdk/Cargo.toml
- crates/sdk/src/lib.rs 31 additions, 0 deletionscrates/sdk/src/lib.rs
Please register or sign in to comment