rds2rust 0.1.39

A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rds2rust"
version = "0.1.39"
edition = "2021"
license = "MIT"
description = "A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime."

[dependencies]
byteorder = "1.5"
thiserror = "2.0"
flate2 = "1.0"
smallvec = "1.13"
indexmap = "2.0"

[dev-dependencies]
wasm-bindgen-test = "0.3"