1
0
Fork 0
forked from fun/fun

Added CRC32 and CRC32C classes to stdlib. (0.31.0)

This commit is contained in:
Johannes Findeisen 2025-11-26 20:36:40 +01:00
commit 3411a4d846
7 changed files with 425 additions and 2 deletions

View file

@ -23,6 +23,8 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht
- [PCRE2](https://pcre2project.github.io/pcre2/) support builtin for Perl-Compatible Regular Expressions (optional) ☑
- [SQLite](https://sqlite.org/) support builtin (optional) ☐
- [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional) ☐
- [XML](https://www.w3.org/XML/) support builtin using [libxml2](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) (optional) ☐
- [YAML](https://yaml.org/) support builtin using [libfyaml](https://github.com/pantoniou/libfyaml) (optional) ☐
☑ = Done / ☐ = Planned or in progress.