Excited to share the AdaCL 6.3.0 release! This suite of Ada 2022 libraries
brings robust tools for app development with wide character support. Check the
crates below:
adacl
- Offers strings, tracing, AUnit, smart pointers, and Getopt with wide character support for robust apps.
- Explore: https://adacl.sourceforge.net/adacl/
- Feedback welcome! ada #Ada2022
adacl_eastrings
- Developed by Björn Persson, provides encoding-aware strings for i18n, supporting UCS-4, UTF-8, and more.
- Ideal for multilingual apps. See: https://adacl.sourceforge.net/adacl_eastrings/
- ada i18n
adacl_regexp
- Features Ada 2022 regex and SPITBOL patterns with wide char support, enhanced from GNAT.
- Perfect for pattern matching. Check: https://adacl.sourceforge.net/adacl_regexp/
- ada regexp
adacl_sar
- A powerful search/replace library by Martin Krischik, with wide/wide-wide support for text pipelines.
- View: https://adacl.sourceforge.net/adacl_sar/
- Thoughts? ada #TextProc