1#![no_std]
2#![allow(mixed_script_confusables)]
3
4pub mod prelude;
5
6#[doc(inline)]
7pub use {
8 cgp_async_macro::async_trait, cgp_component as component, cgp_error as error,
9 cgp_field as field, cgp_macro as macros, cgp_macro::re_export_imports, cgp_type as types,
10};