greentic-interfaces-guest 0.5.0

Guest-facing bindings for Greentic components targeting wasm32-wasip2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(clippy::all)]
#![allow(missing_docs)]
#![allow(unsafe_code)]
#![allow(unused_imports)]
#![allow(clippy::unwrap_used, clippy::expect_used)]

/// Rust bindings generated from the Greentic WIT worlds for guest usage.
pub mod generated {
    include!(concat!(
        env!("GREENTIC_INTERFACES_GUEST_BINDINGS"),
        "/mod.rs"
    ));
}

pub use generated::*;