willbe 0.34.0

Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! All tests.
#![allow(unused_imports)]

include!("../../../../module/step/meta/src/module/terminal.rs");

/// System under test.
use willbe as the_module;
/// asset path
pub const ASSET_PATH: &str = "tests/asset";

mod inc;