Docs.rs
glace-0.3.0
glace 0.3.0
Permalink
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
mistodon
Dependencies
glace_macros =0.3.0
normal
ignore ^0.4
normal
image ^0.24
normal
optional
indexmap ^1.9
normal
parking_lot ^0.12
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
serde_yaml ^0.9
normal
optional
thiserror ^1.0
normal
toml ^0.5
normal
optional
Versions
16.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module cache
glace
0.3.0
Module cache
Module Items
Structs
Traits
In crate glace
glace
Module
cache
Copy item path
Source
Expand description
Data structures used internally by the
self_cached
feature.
Structs
§
RwCache
A thread safe
Cache
implementation protected by a read-write lock.
Traits
§
Cache
The trait required for implementing a backing cache for a
CachedAsset
.