//! # Decal
//!
//! `decal` is a declarative rendering library that lets you describe scenes
//! using a Rust-native DSL and render them to SVG or PNG.
//!
//! Scene descriptions are backend-agnostic and can be serialized into vector
//! (SVG, native) or raster (PNG using [`resvg`]) output while preserving
//! layout semantics and visual fidelity.
//!
//! Checkout the project repository for more details: https://github.com/mem-red/decal
//
// Private
//
// Public
//
// Public macros re-export
pub use *;