uv_patch_packed_simd 0.3.5

Portable Packed SIMD vectors. Temporary fork implementing asin and acos for `ultraviolet` to unblock release.
Documentation
//! Implements formatting APIs

#[macro_use]
mod debug;
#[macro_use]
mod lower_hex;
#[macro_use]
mod upper_hex;
#[macro_use]
mod octal;
#[macro_use]
mod binary;