Docs.rs
mech-0.2.31
mech 0.2.31
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
cmontella
Dependencies
base64 ^0.22.1
normal
bincode ^1.3.3
normal
chrono ^0.4.39
normal
clap ^4.5.24
normal
colored ^3.0.0
normal
crossbeam-channel ^0.5.14
normal
crossterm ^0.28.1
normal
csv ^1.3.1
normal
ctrlc ^3.4.5
normal
indexmap ^2.7.0
normal
lazy_static ^1.5.0
normal
mech-core ^0.2.31
normal
mech-interpreter ^0.2.31
normal
mech-syntax ^0.2.31
normal
nalgebra ^0.33.2
normal
nom ^7.1.3
normal
rand ^0.8.5
normal
reqwest ^0.12.12
normal
serde ^1.0.217
normal
serde_derive ^1.0.217
normal
serde_json ^1.0.135
normal
tabled ^0.17.0
normal
tokio ^1.43.0
normal
warp ^0.3.7
normal
winres ^0.1.12
build
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mech
0.2.31
mech
Function
serve_mech
Copy item path
Source
pub async fn serve_mech(full_address: &
str
, mech_paths:
Vec
<
String
>)