expose Bytes

This commit is contained in:
Breval Ferrari 2025-04-05 19:43:30 -04:00
parent df2c3747b7
commit dc74662263
No known key found for this signature in database
GPG key ID: F71E304D6400AB8E

View file

@ -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::{