binhex 0.1.0

support for the BinHex 4 file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
crate-type = ["lib"]
name = "binhex"
path = "src/lib.rs"

[package]
authors = ["Eric Wolf <robo-eric@gmx.de>"]
categories = ["encoding", "parser-implementations", "compression"]
description = "support for the BinHex 4 file format"
edition = "2018"
keywords = ["binhex", "encode", "decode", "compression"]
license = "GPL-3.0-only"
name = "binhex"
readme = "README.md"
repository = "https://github.com/Deric-W/binhex"
version = "0.1.0"