Modules§
Macros§
Structs§
- Backend
Options - GitVersion
Info - Information gathered by
vergen_gitclin the top-level binary crate and passed down. This information must be computed in the top-level crate for cargo incremental compilation to work correctly. - KeyValue
Database Backing Storage - Turbo
Tasks Backend
Enums§
- Startup
Cache State - Information about if there’s was a pre-existing cache or if the cache was detected as invalidated during startup.
- Storage
Mode
Traits§
- Backing
Storage - Represents types accepted by
TurboTasksBackend::new. Typically this is the value returned bydefault_backing_storageornoop_backing_storage.
Functions§
- default_
backing_ storage - Calls
turbo_backing_storage(recommended) orlmdb_backing_storage, depending on if thelmdbcargo feature is enabled. - noop_
backing_ storage - Creates an no-op in-memory
BackingStorageto be passed toTurboTasksBackend::new. - turbo_
backing_ storage - Creates a
BackingStorageto be passed toTurboTasksBackend::new.