rns-embedded-ffi 0.5.2

FFI bindings and static library surface for embedded Reticulum runtimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::not_unsafe_ptr_arg_deref)]

extern crate alloc;

include!("lib_parts/module_prelude.rs");

include!("generated/node_error_codes.rs");

include!("lib_parts/rnsembeddedv1nodeerror.rs");

include!("lib_parts/rns_embedded_node_get_lifecycle_stat.rs");

include!("lib_parts/destination_list.rs");

include!("lib_parts/fixture_path.rs");