prtgn_encoding 0.1.2

Encoding and decoding for the PRTGN file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "prtgn_encoding"
version = "0.1.2"
edition = "2024"
license = "GPL-3.0"
description = "Encoding and decoding for the PRTGN file format"
homepage = "https://prtgn-development-team.github.io"
repository = "https://github.com/PRTGN-Development-Team/PRTGN_encoding"
readme = "README.md"
keywords = ["PRTGN", "File-Format", "Encoding", "Decoding"]
categories = ["command-line-interface", "encoding", "filesystem"]
exclude = [".github", "target"]

[dependencies]