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 Formats ------- * `hare-json `_: JSON support * `hare-message `_: Internet message format (email) support * `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