Docs.rs
netidx-bscript-0.28.2
netidx-bscript 0.28.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
estokes
Dependencies
anyhow ^1
normal
arcstr ^1
normal
bytes ^1
normal
chrono ^0.4.24
normal
combine ^4
normal
compact_str ^0.9
normal
derive_builder ^0.20
normal
dirs ^6
normal
enumflags2 ^0.7
normal
futures ^0.3
normal
fxhash ^0.2
normal
immutable-chunkmap ^2
normal
indexmap ^2
normal
log ^0.4
normal
netidx ^0.28.0
normal
netidx-core ^0.28.0
normal
netidx-netproto ^0.28.0
normal
netidx-protocols ^0.28.0
normal
parking_lot ^0.12.1
normal
rand ^0.9
normal
regex ^1
normal
serde ^1
normal
serde_derive ^1
normal
smallvec ^1
normal
tokio ^1
normal
triomphe ^0.1
normal
env_logger ^0.11
dev
proptest ^1
dev
Versions
16.71%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
netidx_
bscript
0.28.2
Node
Aliased Type
In crate netidx_
bscript
netidx_bscript
Type Alias
Node
Copy item path
Source
pub type Node<C, E> =
Box
<dyn
Update
<C, E>>;
Aliased Type
ยง
pub struct Node<C, E>(
/* private fields */
);