Documentation
1
2
3
4
5
6
7
fn main() {
    println!("bb");

    // you need to specify features = ["rand"] in dependency section.
    // to use rand_wrapper
    // println!("{}", another_pkg::rand_wrapper());
}