Docs.rs
fuse-rule-0.1.0
fuse-rule 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
hamzzy
Dependencies
anyhow ^1.0
normal
arrow ^53.0
normal
arrow-json ^53.0
normal
async-trait ^0.1
normal
axum ^0.7
normal
chrono ^0.4
normal
clap ^4.0
normal
config ^0.14
normal
datafusion ^42.0
normal
env_logger ^0.11
normal
futures ^0.3
normal
handlebars ^5.1
normal
lazy_static ^1.4
normal
log ^0.4
normal
rdkafka ^0.36
normal
reqwest ^0.12
normal
rustyline ^15.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sled ^0.34
normal
tempfile ^3.0
normal
tokio ^1.0
normal
tokio-tungstenite ^0.24
normal
tower-http ^0.5
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.0
normal
proptest ^1.5
dev
tokio-test ^0.4
dev
Versions
9.85%
of the crate is documented
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
SharedEngine
fuse_
rule
0.1.0
Shared
Engine
Aliased Type
In fuse_
rule::
server
fuse_rule
::
server
Type Alias
Shared
Engine
Copy item path
Source
pub type SharedEngine =
Arc
<
RwLock
<
RuleEngine
>>;
Aliased Type
ยง
pub struct SharedEngine {
/* private fields */
}