cidre 0.11.4

Apple frameworks bindings for rust
Documentation
mod types;
pub use types::AffineTransformF32;
pub use types::AffineTransformF64;
pub use types::ArgbToYpCbCr;
pub use types::ArgbToYpCbCrMatrix;
pub use types::Buf;
pub use types::CGAffineTransform;
pub use types::Error;
pub use types::Flags;
pub use types::PerpsectiveTransform;
pub use types::PixelCount;
pub use types::Result;
pub use types::Status;
pub use types::WarpInterpolation;
pub use types::YpCbCrArgbMatrix;
pub use types::YpCbCrPixelRange;
pub use types::YpCbCrToArgb;
pub use types::err;

pub mod conversion;

pub mod utilities;
pub use utilities::AllocatedBuf;