-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Description
Packaging and Publishing Regex Utility as a Cairo Library
📘 Description
Research, design, and implement the necessary structure to package our Regex Utility implementation as a standalone Cairo library that can be imported and used by other developers through Scarb. This includes proper configuration, documentation, and examples to facilitate adoption.
✅ Acceptance Criteria
- Organize code following best practices for Cairo packages
- Create appropriate file structure.
- Implement semantic versioning for the library.
- Create comprehensive documentation with usage and import examples
- Include detailed README with installation and usage instructions
🌎 References
- https://book.cairo-lang.org/
- Use this as an example to implement it https://github.com/keep-starknet-strange/alexandria/tree/main/packages/data_structures
📜 Additional Notes
- ⚠ Read our guidelines before applying.
Reactions are currently unavailable