The Standard Library
The Graphix standard library is split into several packages. The core
module is always imported with an implicit use statement.
corefundamental functions, types, bitwise operations, and binary encoding/decodingarrayfunctions for manipulating arraysmapfunctions for manipulating mapsstrfunctions for manipulating stringsreregular expressionsrandrandom number generatorsyssystem-level I/O, filesystem, networking, timers, stdio, and directory pathshttpHTTP client/server and REST helpersjsonJSON serialization and type-directed deserializationtomlTOML serialization and type-directed deserializationpacknative binary serialization via the netidx Pack formatxlsread xlsx, xls, ods, and xlsb spreadsheetssqliteSQLite database access with type-directed query resultsdbembedded key-value database with transactions, cursors, and reactive subscriptionslistimmutable singly-linked lists with structural sharingargscommand-line argument parsing with subcommandshbshandlebars template rendering