ambient_api_core 0.3.1

The API to the Ambient Runtime (core)
Documentation
1
2
3
4
5
6
#![allow(warnings, unused, clippy)]

include!("bindings.rs");

pub(crate) use self::{ambient::bindings::*, exports::ambient::bindings::guest};
pub(crate) use export_bindings;