Docs.rs
jsdet-core-0.1.0
jsdet-core 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
santhsecurity
Dependencies
anyhow ^1
normal
petgraph ^0.7
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
vulnir ^0.1.0
normal
wasmtime ^43
normal
proptest ^1.6
dev
Versions
54.74%
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
Skip to main content
Module streaming
jsdet_
core
0.1.0
Module streaming
Module Items
Structs
Enums
Traits
In crate jsdet_
core
jsdet_core
Module
streaming
Copy item path
Source
Structs
§
Batch
Collector
Batch collector — the default sink. Collects all observations into a Vec.
Counting
Sink
Counting sink — counts observations by category without storing them. Useful for high-throughput scanning where individual observations are less important than aggregate behavior.
Early
Stop
Sink
Early-stop sink — halts execution when a predicate matches.
Enums
§
Control
Flow
Control flow decision returned by the streaming callback.
Traits
§
Observation
Sink
A callback that receives observations during execution.