Docs.rs
logic-mesh-0.1.10
logic-mesh 0.1.10
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
rracariu
Dependencies
anyhow ^1.0.75
normal
futures ^0.3.29
normal
lazy_static ^1.4.0
normal
libhaystack ^1.0.13
normal
log ^0.4.20
normal
logic_mesh_block_macro ^0.1.5
normal
rand ^0.8.5
normal
serde ^1.0
normal
uuid ^1.6
normal
wasm-bindgen-test ^0.3.38
dev
tokio ^1.34.0
normal
console_error_panic_hook ^0.1.7
normal
js-sys ^0.3.65
normal
serde-wasm-bindgen ^0.6.1
normal
tokio ^1.34.0
normal
wasm-bindgen ^0.2.88
normal
wasm-bindgen-console-logger ^0.1.1
normal
wasm-bindgen-futures ^0.4.38
normal
Versions
37.6%
of the crate is documented
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
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
logic_
mesh
0.1.10
Module base
Module Items
Modules
In crate logic_
mesh
logic_mesh
Module
base
Copy item path
Source
Expand description
Module for the basic building blocks of the engine.
Modules
ยง
block
Defines the block trait and associated types
engine
Defines the block execution engine
input
Defines the block input trait
link
Contains link types and traits.
output
Defines the base output types and traits.
program
Module for defining the program that would be executed by the engine.