expose Bytes
This commit is contained in:
parent
df2c3747b7
commit
dc74662263
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub mod img;
|
|||
pub mod snd;
|
||||
pub mod txt;
|
||||
|
||||
pub(crate) type Bytes = Vec<u8>;
|
||||
pub type Bytes = Vec<u8>;
|
||||
|
||||
mod dynamic {
|
||||
use std::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue