Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.)