py-marshal 0.3.2

A Rust port of https://github.com/python/cpython/blob/master/Python/marshal.c
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.error-chain]
version = "0.12"

[dependencies.num-bigint]
version = "0.2"

[dependencies.num-complex]
version = "0.2"

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[package]
authors = ["Solomon Ucko <solly.ucko@gmail.com>"]
categories = ["emulators", "encoding", "parser-implementations", "parsing"]
description = "A Rust port of https://github.com/python/cpython/blob/master/Python/marshal.c"
edition = "2018"
keywords = ["python", "marshal", "read", "decode"]
license = "MIT"
name = "py-marshal"
readme = "README.md"
repository = "https://github.com/sollyucko/py-marshal"
version = "0.3.2"