# abi-singleton **Repository Path**: zr233/abi-singleton ## Basic Information - **Project Name**: abi-singleton - **Description**: Rust Trait 单例模式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-01 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ## Example See `test_project` in this repo for examples.