Docs.rs
rspack_cacheable-0.7.3
rspack_cacheable 0.7.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hardfist
Dependencies
rspack-allocative ^0.3.5
normal
optional
camino ^1.2.2
normal
dashmap ^6.1.0
normal
hashlink ^0.10.0
normal
indexmap ^2.12.1
normal
inventory ^0.3.17
normal
json ^0.12.4
normal
lightningcss ^1.0.0-alpha.68
normal
once_cell ^1.21.3
normal
regex ^1.12.2
normal
rkyv =0.8.8
normal
rspack_cacheable_macros =0.7.3
normal
rspack_resolver ^0.6.6
normal
rspack_sources =0.4.17
normal
serde_json ^1.0.149
normal
smol_str ^0.3.5
normal
sugar_path ^1.2.1
normal
swc_core ^55.0.0
normal
ustr-fxhash ^1.0.1
normal
xxhash-rust ^0.8.15
normal
Versions
22.22%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
CacheableContext
rspack_
cacheable
0.7.3
Cacheable
Context
Required Methods
project_root
Implementations on Foreign Types
()
Implementors
In crate rspack_
cacheable
rspack_cacheable
Trait
Cacheable
Context
Copy item path
Source
pub trait CacheableContext:
Any
{ // Required method fn
project_root
(&self) ->
Option
<&
Path
>; }
Required Methods
§
Source
fn
project_root
(&self) ->
Option
<&
Path
>
Implementations on Foreign Types
§
Source
§
impl
CacheableContext
for
()
Source
§
fn
project_root
(&self) ->
Option
<&
Path
>
Implementors
§