Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jam1garner/smash-arc
A library for working with Smash Ultimate's ARC format
https://github.com/jam1garner/smash-arc
Last synced: 4 days ago
JSON representation
A library for working with Smash Ultimate's ARC format
- Host: GitHub
- URL: https://github.com/jam1garner/smash-arc
- Owner: jam1garner
- Created: 2020-10-27T01:33:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T23:56:51.000Z (about 1 year ago)
- Last Synced: 2025-01-03T02:54:02.448Z (5 days ago)
- Language: Rust
- Size: 141 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smash-arc
A Rust library for working with Smash Ultimate's data.arc files. For building on desktop, add `--features=libzstd`. See the cargo.toml for additional options.
Example: `cargo build --release --features=libzstd`