Re-exports§
pub use core::engine::Engine;pub use core::engine::EngineBuilder;pub use core::parser::PlaceholderParser;pub use framework::context::ProcessingContext;pub use framework::hooks::DocxHooks;pub use framework::hooks::HookResult;pub use framework::hooks::NoopHooks;pub use framework::resolver::PlaceholderResolver;pub use handler::config::Config;pub use handler::config::DateFormat;pub use handler::config::PlaceholderSyntax;pub use handler::config::ProcessingMode;pub use handler::config::TimeFormat;pub use handler::error::Error;pub use handler::error::Result;pub use handler::types::PlaceholderKey;pub use handler::types::PlaceholderMap;pub use handler::types::ReplacementValue;