ps2mc 0.1.0

A Rust library for reading, extracting, and rewriting PlayStation 2 memory card images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ps2mc"
version = "0.1.0"
edition = "2024"
description = "A Rust library for reading, extracting, and rewriting PlayStation 2 memory card images."
readme = "README.md"
documentation = "https://docs.rs/ps2mc"
keywords = ["ps2", "playstation", "memory-card", "save", "parser"]
categories = ["parser-implementations", "filesystem"]
license = "MIT"

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

[dependencies]
thiserror = "2"
encoding_rs = "0.8"