Docs.rs
scirs2-io-0.6.2
scirs2-io 0.6.2
Docs.rs crate page
Apache-2.0
22 July 2026
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
arrow ^59.0.0
normal
optional
async-trait ^0.1.89
normal
optional
blake3 ^1.8.5
normal
bytemuck ^1.25
normal
byteorder ^1.5
normal
chrono ^0.4.45
normal
crc32fast ^1.5
normal
cron ^0.17
normal
crossbeam-channel ^0.5.15
normal
eventsource-client ^0.17
normal
optional
futures ^0.3.32
normal
optional
futures-util ^0.3.32
normal
optional
image ^0.25.10
normal
optional
indexmap ^2.14
normal
kamadak-exif ^0.6
normal
optional
log ^0.4
normal
optional
memmap2 ^0.9.11
normal
netcdf3 ^0.6.1
normal
num_cpus ^1.17.0
normal
oxiarc-archive ^0.3.6
normal
oxiarc-brotli ^0.3.6
normal
oxiarc-deflate ^0.3.6
normal
oxiarc-lz4 ^0.3.6
normal
oxiarc-snappy ^0.3.6
normal
oxiarc-zstd ^0.3.6
normal
oxicode ^0.2.4
normal
oxih5 ^0.2.2
normal
oxih5-core ^0.2.2
normal
oxisql-core ^0.4.0
normal
optional
oxisql-sqlite-compat ^0.4.0
normal
optional
parquet ^59.0.0
normal
optional
regex ^1.12.4
normal
reqwest ^0.13
normal
optional
rmp-serde ^1.3
normal
rumqttc-v4-next ^0.29
normal
optional
rustls ^0.23.42
normal
optional
oxitls-rustcrypto-provider ^0.2.1
normal
optional
scirs2-core ^0.6.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sha2 ^0.11
normal
statrs ^0.18.0
normal
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
tokio ^1.52.3
normal
optional
tokio-tungstenite ^0.29
normal
optional
toml ^1.1
normal
tonic ^0.14
normal
optional
url ^2.5.8
normal
uuid ^1.23.4
normal
tokio-test ^0.4.5
dev
Versions
100%
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
encode
scirs2_
io
0.6.2
In scirs2_
io::
msgpack
scirs2_io
::
msgpack
Function
encode
Copy item path
Source
pub fn encode(value: &
MsgpackValue
) ->
Vec
<
u8
>
ⓘ
Expand description
Serialize
value
to a MessagePack byte vector.