build_instructions/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod cargo;
4mod rustc;
5
6pub use cargo::Cargo;
7pub use rustc::*;