lib:*: Blessed gap-fillers and project-native modules
Modules that don't fit std:* (Rust std mirrors) or vnd:* (single vendored crates). Two kinds: gap-fillers (lib:base64) and project-native modules (lib:test, lib:json).
Qualifies when: well-defined purpose, stable surface, genuinely useful to most scripts.
Reference
lib:base64— Base64 encoding/decodinglib:json— JSON Object/Array handles,nullsentinellib:mime— MIME type detection and extension mappinglib:test— Luau test runner and assertionslib:vcr— Record-and-replay HTTP fixtures