C++ unique identifier utilities
Chihuahua is a C++ Unique Identifier Utilities Library. This project aims to fulfill a framework for manage Unique Identifier. By using Chihuahua, users can:
- Create Unique Identifier
- UniqueId Class
- UniqueIdGenerator Singleton
To install and set up Chihuahua, follow these steps:
- Clone the repository:
git clone https://github.com/ZigRazor/Chihuahua.git
- Navigate to the project directory:
cd Chihuahua
- Prepare CMake:
mkdir build
cd build
cmake ..
- Install Library
make install
You can use the Library in your project with CMake adding the following lines:
CPMAddPackage(
NAME Chihuahua
GITHUB_REPOSITORY ZigRazor/Chihuahua
GIT_TAG origin/main
)
or install it and the add to the include path {StandardIncludePath}/DogBreeds/Chihuahua and to the linking_path {StandardLinkingPath}/DogBreeds/Chihuahua.
For simple use you can see the Example For more detailed usage instructions, refer to the documentation.
We welcome contributions to Chihuahua! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
Please read our contributing guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions, suggestions, or feedback, feel free to reach out:
- Email: zigrazor@gmail.com
- GitHub Issues: issues
We would like to thank the following individuals for their support:
Photo of Jairo Alzate on Unsplash