Skip to main content

edlcodegen_core/
lib.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4#![no_std]
5
6extern crate alloc;
7
8pub use edlcodegen_macros::EdlDerive;
9pub mod edl_core_ffi;
10pub mod edl_core_types;
11pub mod flatbuffer_support;
12pub mod heap_pointer;
13pub mod helpers;