#![doc = "DEPRECATED: use https://github.com/shan-alexander/rbt"]
#[deprecated(
since = "0.0.2",
note = "orphaned internal crate — use the unified rbt package: https://github.com/shan-alexander/rbt"
)]
pub fn deprecated_use_rbt_instead() {
panic!(
"rbt-materializer 0.0.2 is a deprecation stub. Use the unified rbt package: https://github.com/shan-alexander/rbt"
);
}