prtgn_encoding 0.1.1

Encoding and decoding for the PRTGN file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "prtgn_encoding"
version = "0.1.1"
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"]
exclude = [".github"]

[dependencies]