abi-singleton-0.1.0 has been yanked.
ABI SINGLETION
This is a simple ABI singleton Trait helper crate. When you need a trait that only one implementation can exist, you can use this crate.
Usage
use ;
/// Trait definition:
/// Trait Implementation:
;
/// Function Implementation:
// Use the trait:
// `[trait]Impl` is auto generated.
let count = unsafe ;
Limitations
Only C FFI func support, self fields are not supported.