Docs.rs
zen-engine-2.0.0
zen-engine 2.0.0
Docs.rs crate page
MIT
20 August 2026
Links
Repository
crates.io
Source
Owners
bot-gorules
Dependencies
ahash ^0.8
normal
anyhow ^1
normal
arc-swap ^1
normal
base64 ^0.22
normal
downcast-rs ^2.0
normal
fixedbitset ^0.5
normal
flate2 ^1
normal
json_dotpath ^1
normal
nohash-hasher ^0.2
normal
once_cell ^1
normal
petgraph ^0.8
normal
rquickjs ^0.10
normal
rust_decimal ^1
normal
self_cell ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_path_to_error ^0.1
normal
strum ^0.27
normal
swc_common ^23
normal
swc_ecma_ast ^25
normal
swc_ecma_parser ^41
normal
swc_ts_fast_strip ^53.0.0
normal
thiserror ^1
normal
tokio ^1
normal
typed-arena ^2
normal
zen-expression ^2.0.0
normal
zen-tmpl ^2.0.0
normal
zen-types ^2.0.0
normal
zip ^8
normal
criterion ^0.5
dev
insta ^1.43
dev
mimalloc ^0.1.52
dev
tokio ^1
dev
toml ^0.8
dev
async-trait ^0.1
normal
http ^1.3
normal
jsonschema ^0.49
normal
reqsign ^0.20
normal
reqwest ^0.12
normal
sha2 ^0.10
normal
jsonschema ^0.49
normal
rquickjs ^0.10
normal
Versions
2.37%
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
Skip to main content
FunctionTypeResolver
zen_
engine
2.0.0
In zen_
engine::
workspace
zen_engine
::
workspace
Type Alias
Function
Type
Resolver
Copy item path
Source
pub type FunctionTypeResolver = dyn
Fn
(&
str
, &
VariableType
) ->
Option
<
String
>;