4 lines
72 B
Rust
4 lines
72 B
Rust
|
|
//! Utilities for buffer operations.
|
||
|
|
pub mod dynamic;
|
||
|
|
pub mod r#static;
|