rns_embedded_ffi/lib.rs
1#![cfg_attr(not(feature = "std"), no_std)]
2#![allow(clippy::missing_safety_doc)]
3#![allow(clippy::not_unsafe_ptr_arg_deref)]
4
5extern crate alloc;
6
7include!("lib_parts/module_prelude.rs");
8
9include!("generated/node_error_codes.rs");
10
11include!("lib_parts/rnsembeddedv1nodeerror.rs");
12
13include!("lib_parts/rns_embedded_node_get_lifecycle_stat.rs");
14
15include!("lib_parts/destination_list.rs");
16
17include!("lib_parts/fixture_path.rs");