Skip to main content

Crate rspack_storage

Crate rspack_storage 

Source
Expand description

Rspack persistent cache storage layer

Provides two storage implementations:

  • FileSystemStorage: File system-based persistent storage using pack file format
  • MemoryStorage: Memory-based temporary storage for testing or non-persistent scenarios

Structs§

FileSystemOptions
File system storage configuration options
FileSystemStorage
File system-based persistent storage implementation
MemoryStorage
Memory-based storage implementation

Enums§

Error
Rspack storage errors.

Traits§

Storage
Persistent storage abstraction interface

Type Aliases§

BoxStorage
Box-wrapped Storage trait object
Result