Docs.rs
solilang-0.53.0
solilang 0.53.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
solisoft
Dependencies
ahash ^0.8
normal
argon2 ^0.5
normal
async-channel ^2.3
normal
base64 ^0.22
normal
bytes ^1.11.1
normal
chrono ^0.4
normal
colored ^2.1
normal
crossbeam ^0.8
normal
crossterm ^0.28
normal
curve25519-dalek ^4
normal
daemonize ^0.5
normal
diff ^0.1.13
normal
dirs ^5.0
normal
flate2 ^1.0
normal
futures-util ^0.3
normal
gag ^1.0
normal
glob ^0.3
normal
hmac ^0.12
normal
http-body-util ^0.1
normal
hyper ^1.4
normal
hyper-tungstenite ^0.15
normal
hyper-util ^0.1
normal
image ^0.25
normal
indexmap ^2
normal
itoa ^1
normal
jsonwebtoken ^9
normal
lazy_static ^1.4
normal
md-5 ^0.10
normal
mimalloc ^0.1
normal
multer ^3
normal
nix ^0.29
normal
notify ^7
normal
pulldown-cmark ^0.12
normal
quick-xml ^0.36
normal
rand ^0.8
normal
rand_core ^0.6
normal
ratatui ^0.26
normal
regex ^1
normal
reqwest ^0.12
normal
rmp-serde ^1
normal
rusoto_core ^0.48
normal
rusoto_credential ^0.48
normal
rusoto_s3 ^0.48
normal
rust_decimal ^1.34
normal
ryu ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
sonic-rs ^0.3
normal
ssh2 ^0.9
normal
tar ^0.4
normal
tempfile ^3
normal
thiserror ^1.0
normal
time >=0.3.47
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-tungstenite ^0.24
normal
tungstenite ^0.24
normal
ureq ^2.9
normal
urlencoding ^2
normal
uuid ^1
normal
walkdir ^2
normal
criterion ^0.5
dev
pretty_assertions ^1.4
dev
Versions
51.73%
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
MethodId
solilang
0.53.0
In solilang::
vm::
method_
table
solilang
::
vm
::
method_table
Type Alias
Method
Id
Copy item path
Source
pub type MethodId =
u16
;
Expand description
Method ID type — stored in CallMethodById opcode.