//! The `code` module contains types and helper methods to format and manage the
//! code generated by this crate.
modformat;modident_path;modmodule;pubuseself::format::{
format_field_ident, format_module_ident, format_type_ident, format_variant_ident,};pubuseself::ident_path::{IdentPath, ModulePath};pubuseself::module::{Module, SubModules};