Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xortroll/cntx
Explore various Nintendo Switch file formats (PFS0, NCA) in pure Rust
https://github.com/xortroll/cntx
hacktoberfest nca nintendo romfs rust switch
Last synced: 2 months ago
JSON representation
Explore various Nintendo Switch file formats (PFS0, NCA) in pure Rust
- Host: GitHub
- URL: https://github.com/xortroll/cntx
- Owner: XorTroll
- License: mit
- Created: 2021-09-20T10:39:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T19:30:27.000Z (over 3 years ago)
- Last Synced: 2024-05-10T22:05:47.920Z (8 months ago)
- Topics: hacktoberfest, nca, nintendo, romfs, rust, switch
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cntx
> Pure Rust library to explore various Nintendo Switch file formats
## Usage
```toml
[dependencies]
cntx = { git = "https://github.com/XorTroll/cntx" }
```## Supported formats
- NCA (only NCA3 version)
- PFS0
- RomFs
## TODO
- Slightly expand RomFs support (iterate through dirs, etc.)