qwik_util/
lib.rs

1
2
3
4
pub use byteorder::ReadBytesExt as Buffer;
pub use byteorder::{ByteOrder, NetworkEndian};

pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;