Modules§
Macros§
Structs§
- Backend
Options - GitVersion
Info - Information gathered by
vergen_gitcl
in 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_storage
ornoop_backing_storage
.
Functions§
- default_
backing_ storage - Calls
turbo_backing_storage
(recommended) orlmdb_backing_storage
, depending on if thelmdb
cargo feature is enabled. - noop_
backing_ storage - Creates an no-op in-memory
BackingStorage
to be passed toTurboTasksBackend::new
. - turbo_
backing_ storage - Creates a
BackingStorage
to be passed toTurboTasksBackend::new
.