glycin-common 1.0.4

Sandboxed image decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod binary_data;
mod error;
mod memory_format;
mod memory_format_selection;
mod operations;
pub mod shared_memory;

pub use binary_data::{BinaryData, BinaryDataRef};
pub use error::Error;
pub use memory_format::*;
pub use memory_format_selection::*;
pub use operations::*;