format_tools 0.4.0

Collection of mechanisms for formatting and serialization into string.
Documentation
//! To avoid messing up with long logical expressions in the codebase.

// use cfg_aliases::cfg_aliases;

fn main()
{
  // // Setup cfg aliases
  // cfg_aliases!
  // {
  //   all_features :
  //   {
  //     all
  //     (
  //       feature = "reflect_reflect"
  //     )
  //   },
  //   any_feature :
  //   {
  //     any
  //     (
  //       feature = "reflect_reflect"
  //     )
  //   },
  // }
}