plot_interface 0.1.3

Plot interface.
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::*;