- Updated the chart_js function.
- Added the chart_js function.
- Updated the alpine function.
- Fixed the warning in the remove_mime_type function.
- Changed html module name to content (use cans::html::do_html; ==> use cans::content::do_html;).
- Added do_replace macro.
- Added do_xml macro.
- Added do_json macro.
- Added do_json_forloop function
- Improved the documentation.
- Added alpine function.
- Improved the documentation.
- Added tests for the MIME module.
- Improved the documentation.
- Added a tests module to improve unit testing and coverage.
- Introduced a CI workflow using GitHub Actions (ci.yaml) for automated testing.
- Improved the documentation
- Optimized the world module
- Completed the World Module, which includes functionalities for managing country details and city information, such as inserting, deleting, retrieving, and sorting both countries and cities.
- Improved the documentation
- Optimized the world module
- Added the country_detail function
- Added the country_details function
- Improved the documentation
- Added the world module
- Removed the json module. (Starting from version 0.6.0, Cans will not provide functionality for JSON; instead, you can use the
serdeandserde_jsoncrates.) - Optimized cans crate
- Improved the documentation
- Improved Documentation
- Added mime module
- Deleted [bin] main.rs
- Improved Documentation
- Improved Documentation
- Added html module
- Added json module
- Added rules module
- Added Documentation
- init