prc-rs

Crates.ioprc-rs
lib.rsprc-rs
version1.6.1
sourcesrc
created_at2020-04-28 06:56:30.092388
updated_at2022-11-14 22:43:13.115274
descriptionLibrary for working with PRC types in Smash Ultimate
homepage
repositoryhttps://github.com/ultimate-research/prc-rs
max_upload_size
id234899
size72,040
Ben Hall (benhall-7)

documentation

README

prc-rs

Rust crate for handling .prc filetypes in Smash Ultimate. Provides access to reading/writing methods in IO or the filesystem, as well as a simple API for interacting with or manipulating param data.

The xml feature flag is available to expose methods allowing params to be converted into and out of XML format.

Crates.io

crates.io

Documentation

rust-doc

param-xml

A runtime utilizing the XML dependency to convert param files to XML and back. See the Releases section for Windows builds.

Install with cargo via cargo install param-xml

Extensions

  • pyprc: a python module for writing and saving params dynamically.
Commit count: 103

cargo fmt