Re-exports§
pub use error::Error;
pub use generate_from_idl::generate_from_idl;
pub use generate_project::generate_project;
pub use get_template_from_fs::get_template_from_fs;
pub use load_template::load_template;
pub use save_template::save_template;
pub use structs::Content;
pub use structs::Data;
pub use structs::Template;
pub use structs::TemplateFile;
pub use structs::TemplateHelper;
pub use structs::TemplateMetadata;
pub use structs::IDL;
pub use write_project_to_fs::write_project_to_fs;