wip
This commit is contained in:
parent
b37086e8f6
commit
1a13b77295
20 changed files with 767 additions and 468 deletions
|
|
@ -1,14 +1,5 @@
|
|||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
#[cfg(feature = "tokio")]
|
||||
#[path = "tokio/mod.rs"]
|
||||
pub(crate) mod imp;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = add(2, 2);
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
}
|
||||
pub use imp::TunQueue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue