rav1d-safe 0.5.5

Safe SIMD fork of rav1d - Rust AV1 decoder with archmage intrinsics
Documentation
1
2
3
4
5
6
7
//! Re-exports from `rav1d_disjoint_mut::align`.
//!
//! All alignment types (`Align*`, `AlignedVec`, `ArrayDefault`, etc.) live in the
//! `rav1d-disjoint-mut` crate so their unsafe impls don't require
//! `#[allow(unsafe_code)]` in the main crate.

pub use rav1d_disjoint_mut::align::*;