Skip to main content

wasm_par_mq/
lib.rs

1//! Placeholder crate.
2//!
3//! This crate currently does nothing. It only exists to reserve the name on crates.io.
4
5/// Placeholder function to ensure the crate is not empty.
6pub fn placeholder() {}