Docs.rs
mech-0.3.1
mech 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
cmontella
Dependencies
anyhow ^1.0.102
normal
optional
ariadne ^0.6.0
normal
base64 ^0.22.1
normal
bincode ^2.0.1
normal
chrono ^0.4.44
normal
clap ^4.5.60
normal
colored ^3.1.1
normal
console ^0.16.2
normal
optional
crossbeam-channel ^0.5.15
normal
crossterm ^0.29.0
normal
csv ^1.4.0
normal
ctrlc ^3.5.2
normal
include_dir ^0.7.4
normal
indexmap ^2.13.0
normal
indicatif ^0.18.4
normal
mech-core ^0.3.1
normal
mech-interpreter ^0.3.1
normal
mech-syntax ^0.3.1
normal
nom ^7.1.3
normal
notify ^8.2.0
normal
rand ^0.9.2
normal
reqwest ^0.13.2
normal
serde ^1.0.228
normal
serde_derive ^1.0.228
normal
serde_json ^1.0.149
normal
sevenz-rust ^0.6.1
normal
tabled ^0.20.0
normal
tempfile ^3.26.0
normal
optional
tokio ^1.50.0
normal
warp ^0.3.7
normal
zip ^5.1.1
normal
optional
nalgebra ^0.34.1
dev
winres ^0.1.12
build
Versions
0%
of the crate is documented
Go to latest version
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
KindTable
mech
0.3.1
Kind
Table
Aliased Type
In crate mech
mech
Type Alias
Kind
Table
Copy item path
Source
pub type KindTable =
HashMap
<
u64
,
ValueKind
>;
Aliased Type
ยง
pub struct KindTable {
/* private fields */
}