Docs.rs
tinymist-package-0.13.24
tinymist-package 0.13.24
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Myriad-Dreamin
Dependencies
base64 ^0.22
normal
comemo ^0.4
normal
dirs ^6
normal
optional
ecow ^0.2.3
normal
fastrand ^2.3.0
normal
optional
flate2 ^1
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
parking_lot ^0.12.1
normal
rayon ^1.10.0
normal
reqwest ^0.12
normal
optional
serde ^1
normal
serde_json ^1
normal
tar ^0.4
normal
tinymist-std ^0.13.24
normal
toml ^0.8
normal
optional
typst ^0.13.1
normal
walkdir ^2
normal
optional
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
insta ^1.43
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Pack
tinymist_
package
0.13.24
Pack
Implementors
In tinymist_
package::
pack
tinymist_package
::
pack
Trait
Pack
Copy item path
Source
pub trait Pack:
PackFs
{ }
Expand description
The pack trait is used to hold a package.
Implementors
§
Source
§
impl
Pack
for
MapPack
Source
§
impl<R:
Read
>
Pack
for
TarballPack
<R>
Source
§
impl<Src:
PackFs
, F:
Fn
(&
str
) ->
bool
+
Send
+
Sync
>
Pack
for
FilterPack
<'_, Src, F>