# 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.