Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.06 KB

stdlib.md

File metadata and controls

22 lines (21 loc) · 1.06 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