Hare extended libraries
The Hare extended libraries are a set of libraries which supplement the standard library. Extended libraries…
Are considered important to the Hare ecosystem
Are subject to upstream policies and processes
Have consistent style, packaging, and standards for quality and documentation
However, these may not meet the standards for inclusion in the standard library, and may have different stability guarantees, release lifecycles, and so on, compared to the standard library.
Algorithms
hare-compress: compression algorithms
hare-bcrypt: bcrypt password obsfuscation algorithm
Formats
hare-json: JSON support
hare-message: Internet message format (email) support
hare-tar: ustar archives (tarballs)
hare-xml: XML support
Operating systems
hare-linux: Linux-specific feature support
Protocols
hare-http: HTTP support
Miscellaneous
hare-c: C compiler and support libraries
hare-unicode: Unicode character database and algorithms