dzero-abi 0.0.1

Stub crate placeholder for dzero-abi; real implementation forthcoming.
Documentation
1
2
3
4
5
6
//! Stub library for dzero-abi. Implementation will follow the StableRustABI spell.

/// Returns a placeholder string to verify the crate links correctly.
pub fn placeholder() -> &'static str {
    "dzero-abi stub"
}