stdlib.md 1.1 KB

Standard Library

  • os: platform-independent interface to operating system functionality.
  • text: regular expressions, string conversion, and manipulation
  • math: mathematical constants and functions
  • times: time-related functions
  • rand: random functions
  • fmt: formatting functions
  • json: JSON functions
  • enum: Enumeration functions
  • hex: hex encoding and decoding functions
  • base64: base64 encoding and decoding functions