# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
FromRPCLibraryInstallLocation converts a rpc.LibraryInstallLocation to a LibraryLocation.
FromRPCLibraryLocation converts a rpc.LibraryLocation to a LibraryLocation.
Load loads a library from the given LibraryLocation.
# Constants
FlatLayout is a library without a `src` directory.
IDEBuiltIn are libraries bundled in the IDE.
PlatformBuiltIn are libraries bundled in a PlatformRelease.
RecursiveLayout is a library with `src` directory (that allows recursive build).
ReferencedPlatformBuiltIn are libraries bundled in a PlatformRelease referenced for build.
Unmanaged is for libraries set manually by the user in the CLI command or from the gRPC function.
User are user installed libraries.
# Variables
MandatoryProperties FIXMEDOC.
OptionalProperties FIXMEDOC.
ValidCategories FIXMEDOC.
# Type aliases
LibraryLayout represents how the library source code is laid out in the library.
LibraryLocation represents where the library is installed.
List is a list of Libraries.