Expand description
Additional functions wrapping Rust’s standard library.
Re-exports§
Modules§
- This module contains the implementation of the abstract data types.
- Error handling utilities for the
tinymist
crate. - Filesystem support for tinymist.
- The hash extension module. It provides extra concepts like
Fingerprint
andHashedTrait
. - Path utilities.
- Cross platform time utilities.
- Re-export of the typst crate.
Macros§
Structs§
- An archived
DefId
- A marker type for serializing and deserializing
Cow<[u8]>
as base64. - The local id of an item. This id is only unique within a task or process.
- The resolver for an archived
DefId
- Represent the result of an immutable query reference. The compute function should be pure enough.
Traits§
- A trait for converting
Arc<T>
intoSelf
. - A trait for converting an
Arc<T>
intoSelf
. - A trait for reading all data from a source into a buffer.
- Trait for values being taken.
Type Aliases§
- A copy-on-write static string.
- An immutable byte slice.
- An immutable path.
- An immutable string.