mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-24 00:00:14 +02:00
Refactor heap allocation
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#![crate_name = "bytes"]
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate stable_heap;
|
||||
|
||||
pub mod alloc;
|
||||
pub mod buf;
|
||||
pub mod str;
|
||||
|
||||
Reference in New Issue
Block a user