abi-singleton 0.2.0

Simple singleton trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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


See `test_project` in this repo for examples.

## Limitations


Only C FFI func support, `self` fields are not supported.