Welcome to the standard libraries for the Toit programming language. The Toit SDK contains a vast amount of libraries, ready-to use classes and functionalities that allow a fast and easy use of Toit. This documentation contains the structure of the Toit libraries.
Except for the core library, you must import a library before you can use it. Here is an example of how to do it:
import io
import encoding.json
import net.tcp as net
import uuid show *
import fixed-point show FixedPointAdditional libraries are distributed as packages. You can find them at pkg.toit.io.