wirefracture_sys/
lib.rs

1//! Stub crate to reserve the name on crates.io.
2
3pub fn placeholder() -> &'static str {
4    "wirefracture-sys placeholder"
5}