Docs.rs
ftml-1.18.1
ftml 1.18.1
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
emmiegit
Dependencies
cfg-if ^1
normal
chrono ^0.4.22
normal
entities ^1
normal
enum-map ^2
normal
latex2mathml ^0.2
normal
lazy_static ^1
normal
log ^0.4
normal
maplit ^1
normal
parcel_css ^1.0.0-alpha.32
normal
pest ^2
normal
pest_derive ^2
normal
rand ^0.8
normal
ref-map ^0.1
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1
normal
str-macro ^1
normal
strum ^0.24
normal
strum_macros ^0.24
normal
tinyvec ^1
normal
unicase ^2
normal
void ^1
normal
wikidot-normalize ^0.10
normal
proptest ^1
dev
termcolor ^1
dev
built ^0.5
build
getrandom ^0.2
normal
self_cell ^0.10
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
VariableMap
In ftml::tree
?
Type Definition
ftml
::
tree
::
VariableMap
source
·
[
−
]
pub type VariableMap<'t> =
HashMap
<
Cow
<'t,
str
>,
Cow
<'t,
str
>>;