prtgn_encoding 0.1.3

Encoding and decoding for the PRTGN file format
Documentation
[dependencies]

[[example]]
name = "basic_read"
path = "examples/basic_read.rs"

[[example]]
name = "basic_write"
path = "examples/basic_write.rs"

[[example]]
name = "read_write"
path = "examples/read_write.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "encoding", "filesystem"]
description = "Encoding and decoding for the PRTGN file format"
documentation = "https://docs.rs/prtgn_encoding"
edition = "2024"
exclude = [".github", "target"]
homepage = "https://prtgn-development-team.github.io"
keywords = ["PRTGN", "File-Format", "Encoding", "Decoding"]
license = "GPL-3.0"
name = "prtgn_encoding"
readme = "README.md"
repository = "https://github.com/PRTGN-Development-Team/PRTGN_encoding"
version = "0.1.3"