mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Add a description of the LibHac.Tools namespace
This commit is contained in:
parent
14fcdc9d67
commit
e0b482f44b
1 changed files with 5 additions and 0 deletions
5
src/LibHac/Tools/README.md
Normal file
5
src/LibHac/Tools/README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# LibHac.Tools
|
||||||
|
The `LibHac.Tools` namespace contains classes that aren't necessarily part of Horizon. Some examples might include:
|
||||||
|
- Classes that provide additional functionality to that found in nnsdk.
|
||||||
|
- Classes that have a more user-friendly or C#-like API than those in nnsdk. e.g. A standalone NCA reader that streamlines opening and reading an NCA file.
|
||||||
|
- File parsers that read a file's structure into standard C# objects/fields instead of operating on a raw byte array.
|
Loading…
Reference in a new issue