Skip to main content

dzero_abi/
lib.rs

1//! Stub library for dzero-abi. Implementation will follow the StableRustABI spell.
2
3/// Returns a placeholder string to verify the crate links correctly.
4pub fn placeholder() -> &'static str {
5    "dzero-abi stub"
6}