@@ -103,7 +103,6 @@ mod path;
103103mod raw;
104104#[ cfg( feature = "serialize" ) ]
105105mod serialization;
106- mod stats;
107106mod storage;
108107
109108pub use anchor:: TemplateAnchor ;
@@ -112,15 +111,15 @@ pub use data::{
112111 StaticTemplateNode , StaticTemplateNodeIter , StaticTemplateText , Template ,
113112} ;
114113pub use op:: DecodedTemplateOp ;
115- pub ( crate ) use path:: TemplateSlotPath ;
116- pub use path:: { TEMPLATE_SLOT_PATH_MAX_PATH_BITS , TemplatePath , TemplateSlotTarget } ;
114+ pub use path:: {
115+ TEMPLATE_SLOT_PATH_MAX_PATH_BITS , TemplatePath , TemplateSlotPath , TemplateSlotTarget ,
116+ } ;
117117pub use raw:: TemplateRawTree ;
118118#[ cfg( feature = "serialize" ) ]
119119pub use serialization:: { deserialize_option_leaky, deserialize_string_leaky} ;
120- pub use stats:: { TemplateStatsBuilder , TemplateStorageStats } ;
121120#[ cfg( debug_assertions) ]
122121pub use storage:: build_runtime_template;
123122pub use storage:: {
124123 RuntimeTemplateBuilder , TEMPLATE_STORAGE_DYNAMIC_CAP , TEMPLATE_STORAGE_MAX_CAP ,
125- TEMPLATE_STORAGE_OPS_CAP , TEMPLATE_STORAGE_STRING_CAP , TemplateStorage ,
124+ TEMPLATE_STORAGE_OPS_CAP , TEMPLATE_STORAGE_STRING_CAP , TemplateLoweringCursor , TemplateStorage ,
126125} ;
0 commit comments