Cargo Features

NinRes has no features set by default.

[dependencies]
ninres = { version = "0.0.2", features = ["bfres", "sarc", "tar_ninres", "zstd"] }
bfres

Affects ninres::bfres, ninres::NinResResult, ninres::NinResFile, ninres::NinRes

sarc

Affects ninres::sarc, ninres::NinResResult, ninres::NinResFile, ninres::NinRes

tar_ninres = tar

Affects ninres::IntoTar

zstd = ruzstd

Affects sarc::SfatNode.data_decompressed

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ruzstd zstd?

Enables ruzstd ^0.2

tar tar_ninres?