Docs.rs
tinymist-world-0.14.0
tinymist-world 0.14.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Myriad-Dreamin
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
optional
clap ^4.5
normal
codespan-reporting ^0.11
normal
comemo ^0.5.0
normal
dirs ^6
normal
optional
ecow ^0.2.6
normal
flate2 ^1
normal
fontdb ^0.23
normal
optional
hex ^0.4.3
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
lsp-types =0.95.0
normal
parking_lot ^0.12.1
normal
rayon ^1.11.0
normal
reqwest ^0.12
normal
optional
rpds ^1
normal
serde ^1
normal
serde-wasm-bindgen ^0.6
normal
optional
serde_json ^1
normal
serde_with ^3.6
normal
sha2 ^0.10.9
normal
strum ^0.27.2
normal
tar ^0.4
normal
tinymist-package ^0.14.0
normal
tinymist-std ^0.14.0
normal
tinymist-vfs ^0.14.0
normal
ttf-parser ^0.25.0
normal
typst ^0.14.0
normal
typst-assets ^0.14.0
normal
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
Versions
100%
of the crate is documented
Platform
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_
world
0.14.0
Pack
Implementors
In tinymist_
world::
package::
pack
tinymist_world
::
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
GitHubReleasePack
Source
§
impl
Pack
for
MapPack
Source
§
impl
Pack
for
UniversePack
Source
§
impl<P>
Pack
for
DirPack
<P>
where P:
AsRef
<
Path
>,
Source
§
impl<P>
Pack
for
GitClPack
<P>
where P:
AsRef
<
str
>,
Source
§
impl<R>
Pack
for
TarballPack
<R>
where R:
Read
,
Source
§
impl<S>
Pack
for
HttpPack
<S>
where S:
AsRef
<
str
>,
Source
§
impl<Src, F>
Pack
for
FilterPack
<'_, Src, F>
where Src:
PackFs
, F:
Fn
(&
str
) ->
bool
+
Send
+
Sync
,