From e0b482f44b5f225cfe29af0b80186bcb8895806c Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Sun, 19 Dec 2021 10:53:22 -0700 Subject: [PATCH] Add a description of the LibHac.Tools namespace --- src/LibHac/Tools/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/LibHac/Tools/README.md diff --git a/src/LibHac/Tools/README.md b/src/LibHac/Tools/README.md new file mode 100644 index 00000000..13fd96ba --- /dev/null +++ b/src/LibHac/Tools/README.md @@ -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. \ No newline at end of file