Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 CryptoCryptographic hashing and HMAC, digital signatures, authenticated encryption, random bytes, constant-time comparison, and Base64 and UUID helpers
 CSSA growing implementation of CSS-related utilities
 DiffA line-oriented textual difference implementation
 DNSDNS and hostname validation utilities
 EmailE-mail address validation per RFC 5321 and RFC 6531, plus canonical account identity IRIs per RFC 6068 and RFC 7565
 GZIPGZIP compression and decompression as per IETF RFC 1952
 HTMLA growing implementation of HTML generation utilities per the HTML Living Standard
 HTTPAn implementation of HTTP-protocol parsing, formatting, and validation primitives per RFC 9110
 IDNAInternationalized Domain Names in Applications (IDNA2008) utilities
 IPIPv4 (RFC 3986) and IPv6 (RFC 3986, RFC 4291) address validation
 JOSEStandards-driven primitives for validating JSON Web Tokens
 JSONA full-blown ECMA-404 implementation with read, write, and iterators support
 JSONLA JSON Lines (https://jsonlines.org) implementation with iterator support. Every non-empty line in a JSONL stream is a complete, valid JSON value, and lines are separated by newline characters (U+000A). Multi-line JSON values are not supported, as per the JSONL specification. Blank and whitespace-only lines are skipped rather than treated as errors. JSON Lines is a convention rather than a formal specification, so tolerating stray blank lines is friendlier to real-world input
 JSON-LDA JSON-LD 1.1 processor, with support for the JSON-LD 1.0 processing mode
 JSONPathA strict RFC 9535 JSONPath implementation
 JSON PointerA growing implementation of RFC 6901 JSON Pointer
 JSON-RPCAn implementation of the JSON-RPC 2.0 specification
 LangTagBCP 47 language tag validation utilities
 MarkdownA growing implementation of Markdown-related utilities based on GitHub Flavored Markdown (GFM)
 MCPHelpers for building Model Context Protocol (MCP) envelopes
 OAuthA standards-driven implementation of the OAuth 2.0 and 2.1 message family
 OpenID ConnectA standards-driven implementation of the OpenID Connect 1.0 message family
 PunycodeAn implementation of RFC 3492 Punycode
 RegexAn opinionated and permissive ECMA 262 + RFC 9485 (best effort) regex implementation for JSON Schema
 SemVerAn implementation of the Semantic Versioning 2.0.0 specification
 TimeA growing implementation of time-related utilities for standards such as RFC 7231 (GMT) and RFC 3339 (Internet Date/Time Format)
 UnicodeUnicode encoding utilities
 URIA strict RFC 3986 URI implementation, with RFC 3987 IRI syntax checking
 URI TemplateA strict RFC 6570 URI Template implementation
 YAMLA YAML parser that converts YAML to JSON
 ErrorA growing collection of error utilities
 I/OA growing collection of I/O utilities
 NumericFixed-width integer types, decimal numbers, and numeric parsing and encoding utilities
 OptionsA simple and minimalistic UNIX-style command-line parsing library
 ParallelGrowing collection of utilities for parallel computing
 ProcessProcess related utilities
 StacktraceA collection of utilities for interacting with stack traces
 TestA minimal unit testing framework
 TextA collection of general-purpose text manipulation utilities