freenet 0.2.91

Freenet core software
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod execution;
mod interface;

pub use error::DelegateExecError;
pub(crate) use interface::DelegateRuntimeInterface;

#[cfg(all(test, feature = "wasmtime-backend"))]
mod test;