Docs.rs
reflexo-typst2vec-0.5.1
reflexo-typst2vec 0.5.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Myriad-Dreamin
Dependencies
bitvec ^1
normal
comemo ^0.4
normal
crossbeam-queue ^0.3.10
normal
dashmap ^5
normal
flate2 ^1
normal
log ^0.4.22
normal
parking_lot ^0.12.3
normal
rayon ^1.10.0
normal
reflexo ^0.5.1
normal
rkyv ^0.7.42
normal
optional
rustc-hash ^2
normal
serde ^1.0.210
normal
serde_json ^1.0.131
normal
svgtypes ^0.15.2
normal
tiny-skia ^0.11.4
normal
tiny-skia-path ^0.11.4
normal
ttf-parser ^0.24.1
normal
typst ^0.12.0
normal
xmlparser ^0.13.6
normal
Versions
32.06%
of the crate is documented
Go to latest version
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
reflexo_
typst2vec
0.5.1
ToItem
Map
Required Methods
to_item_map
Implementations on Foreign Types
HashMap<Fingerprint, (u64, VecItem)>
Implementors
In reflexo_
typst2vec::
convert::
module
reflexo_typst2vec
::
convert
::
module
Trait
ToItemMap
Copy item path
Source
pub trait ToItemMap { // Required method fn
to_item_map
(self) ->
BTreeMap
<
Fingerprint
,
VecItem
>; }
Required Methods
§
Source
fn
to_item_map
(self) ->
BTreeMap
<
Fingerprint
,
VecItem
>
Implementations on Foreign Types
§
Source
§
impl
ToItemMap
for
HashMap
<
Fingerprint
, (
u64
,
VecItem
)>
Source
§
fn
to_item_map
(self) ->
BTreeMap
<
Fingerprint
,
VecItem
>
Implementors
§
Source
§
impl
ToItemMap
for
FingerprintMap
<(
AtomicU64
,
VecItem
)>