vyre-libs 0.7.0

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(unused_imports)]

pub(crate) use vyre_primitives::wire::pack_u32_slice as u32_bytes;

pub(crate) use vyre_primitives::wire::decode_u32_le_bytes_all as decode_u32_words;

pub(crate) use vyre_primitives::wire::pack_u32_slice as bytes_from_words;

pub(crate) use vyre_primitives::wire::decode_u32_le_bytes_all as words_from_bytes;

#[cfg(feature = "go-parser")]
pub(crate) mod go;