canic-testkit 0.23.2

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod dfx;
mod wasm;
mod workspace;

pub use dfx::{
    artifact_is_fresh_against_inputs, build_dfx_all, build_dfx_all_with_env, dfx_artifact_ready,
    dfx_artifact_ready_for_build,
};
pub use wasm::{
    WasmBuildProfile, build_wasm_canisters, read_wasm, wasm_artifacts_ready, wasm_path,
};
pub use workspace::{test_target_dir, workspace_root_for};