rds2rust 0.1.29

A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime.
Documentation
[dependencies.byteorder]
version = "1.5"

[dependencies.bzip2]
version = "0.5"

[dependencies.flate2]
version = "1.0"

[dependencies.indexmap]
version = "2.0"

[dependencies.smallvec]
version = "1.13"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies]

[lib]
name = "rds2rust"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A pure Rust library for reading and writing R's RDS (R Data Serialization) files without requiring an R runtime."
edition = "2021"
license = "MIT"
name = "rds2rust"
readme = "README.md"
version = "0.1.29"

[[test]]
name = "advanced_format_tests"
path = "tests/advanced_format_tests.rs"

[[test]]
name = "altrep_tests"
path = "tests/altrep_tests.rs"

[[test]]
name = "attribute_tests"
path = "tests/attribute_tests.rs"

[[test]]
name = "attributes_api_tests"
path = "tests/attributes_api_tests.rs"

[[test]]
name = "basic_types_tests"
path = "tests/basic_types_tests.rs"

[[test]]
name = "bytecode_tests"
path = "tests/bytecode_tests.rs"

[[test]]
name = "closure_tests"
path = "tests/closure_tests.rs"

[[test]]
name = "dataframe_tests"
path = "tests/dataframe_tests.rs"

[[test]]
name = "expression_tests"
path = "tests/expression_tests.rs"

[[test]]
name = "factor_tests"
path = "tests/factor_tests.rs"

[[test]]
name = "formula_tests"
path = "tests/formula_tests.rs"

[[test]]
name = "language_tests"
path = "tests/language_tests.rs"

[[test]]
name = "list_tests"
path = "tests/list_tests.rs"

[[test]]
name = "namespace_integration_tests"
path = "tests/namespace_integration_tests.rs"

[[test]]
name = "order_preservation_tests"
path = "tests/order_preservation_tests.rs"

[[test]]
name = "promise_tests"
path = "tests/promise_tests.rs"

[[test]]
name = "ref_tracking_tests"
path = "tests/ref_tracking_tests.rs"

[[test]]
name = "s3_tests"
path = "tests/s3_tests.rs"

[[test]]
name = "s4_multiple_roundtrip_tests"
path = "tests/s4_multiple_roundtrip_tests.rs"

[[test]]
name = "s4_tests"
path = "tests/s4_tests.rs"

[[test]]
name = "sparse_dimnames_tests"
path = "tests/sparse_dimnames_tests.rs"