1 2 3 4 5 6 7 8
// to include all standard dependencies and then using this one only (#include of #include of C) // pub is needed here and will be needed when doing using // pub use prelude::* pub use crate::parsearg::*; pub use crate::base::kmer::*;