12 lines
115 B
Rust
12 lines
115 B
Rust
use {
|
|
crate::foo::bar,
|
|
bytes::{Buf, BufMut},
|
|
std::io,
|
|
};
|
|
|
|
mod foo {
|
|
pub mod bar {}
|
|
}
|
|
|
|
fn main() {}
|