Docs.rs
tinymist-std-0.13.16
tinymist-std 0.13.16
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Myriad-Dreamin
Dependencies
anyhow ^1
normal
base64 ^0.22
normal
bitvec ^1
normal
comemo ^0.4
normal
dashmap =5.5.3
normal
ecow ^0.2.3
normal
fxhash ^0.2.1
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
lsp-types =0.95.0
normal
parking_lot ^0.12.1
normal
path-clean ^1.0.1
normal
pathdiff ^0.2
normal
rkyv ^0.7.42
normal
optional
rustc-hash ^2
normal
same-file ^1.0.6
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1
normal
serde_with ^3.6
normal
siphasher ^1
normal
tempfile ^3.19.1
normal
optional
time ^0.3
normal
typst ^0.13.1
normal
optional
typst-shim ^0.13.16
normal
optional
wasm-bindgen ^0.2
normal
optional
web-time ^1.1.0
normal
optional
hex ^0.4.3
dev
core-foundation ^0.10.0
normal
libc ^0.2.155
normal
windows-sys ^0.59
normal
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
tinymist_
std
0.13.16
Module prelude
Module Items
Macros
Structs
In tinymist_
std::
typst
tinymist_std
::
typst
Module
prelude
Copy item path
Source
Expand description
The prelude of the Typst module.
Macros
§
eco_
format
Create a new
EcoString
from a format string.
eco_vec
Create a new
EcoVec
with the given elements.
Structs
§
EcoString
An economical string with inline storage and clone-on-write semantics.
EcoVec
An economical vector with clone-on-write semantics.
Prehashed
A wrapper type with precomputed hash.