linera-witty 0.15.17

Generation of WIT compatible host code from Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! Helper types and functions that aren't specific to WIT or WebAssembly.

mod merge;
mod split;
mod zero_extend;

pub use self::{merge::Merge, split::Split, zero_extend::ZeroExtend};