wtest_basic 0.1.14

Tools for writing tests. The most basic things.
Documentation

//!
//! Library of utility to work with commands.
//!

crate::mod_interface!
{
  /// Publish module.
  #[ cfg( feature = "use_std" ) ]
  prelude mod publish;
  /// List packages.
  #[ cfg( feature = "use_std" ) ]
  prelude mod list;
  /// Init aggregator commands.
  #[ cfg( feature = "use_std" ) ]
  prelude mod init;

  #[ cfg( feature = "use_std" ) ]
  protected use super::init::*;

}

// qqq : for Dima : remove. that could be inside mod_interface
// #[ cfg( feature = "use_std" ) ]
// pub use init::*;