Standard Library
The standard library is a collection of packages that provide a wide range of functionality. The standard library is included with the goose distribution and is always available for use in your programs.
Package Index
-
std:canvas
A 2D drawing API that allows you to draw graphics on a canvas element.
-
std:collections
Common data structures and algorithms for working with collections of data.
-
std:crypto
A library for working with cryptographic algorithms and data.
-
std:fs
Utilities for working with the file system.
-
std:json
Encode and decode JSON data as strings.
-
std:math
Mathematical functions and constants.
-
std:platform
Information about the platform Goose is running on.
-
std:random
A library for generating random numbers.
-
std:readline
Read text from standard input.
-
std:time
A library for working with dates and times.