Module db

Module db 

Source

Structs§

BlobContentQuery
CfgSetQuery
CrateConfigQuery
CrateConfigsQuery
CrateConfiguration
A configuration per crate.
CrateIdentifier
Unique identifier of a crate.
CrateSettings
Same as CrateConfiguration but without the root directory.
CratesQuery
DependencySettings
The settings for a dependency.
ExperimentalFeaturesConfig
Configuration per crate.
FileContentQuery
FileOverridesQuery
FileSummaryQuery
FilesDatabase
Representative struct for the query group.
FilesGroupGroupStorage__
FlagsQuery
GetFlagQuery
InternBlobLookupQuery
InternBlobQuery
InternCrateLookupQuery
InternCrateQuery
InternFileLookupQuery
InternFileQuery
InternFlagLookupQuery
InternFlagQuery
PrivRawFileContentQuery

Enums§

Edition
The Cairo edition of a crate.

Constants§

CORELIB_CRATE_NAME
CORELIB_VERSION

Traits§

ExternalFiles
A trait for defining files external to the filesystem crate.
FilesGroup
FilesGroupEx

Functions§

get_originating_location
Returns the location of the originating user code.
get_parent_and_mapping
Returns the parent file and the code mappings of the file.
init_dev_corelib
init_files_group
translate_location
This function finds a span in original code that corresponds to the provided span in the generated code, using the provided code mappings.