1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34#![no_std]
56extern crate alloc;
78pub 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;