aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/README.md')
-rw-r--r--lib/Utils/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Utils/README.md b/lib/Utils/README.md
index a3be003..60a65c5 100644
--- a/lib/Utils/README.md
+++ b/lib/Utils/README.md
@@ -1,6 +1,6 @@
# VNLib.Utils
-A .NET/C# library for common .NET operation optimizations.
+A .NET 6 /C# library for common .NET operation optimizations.
namespaces
- VNLib.Utils.Async - Provides classes for asynchronous access synchronization and some asynchronous collections
@@ -9,6 +9,9 @@ namespaces
- VNLib.Utils.Logging - Logging interfaces for zero dependency logging
- VNLib.Utils.Memory - Utilities for safely accessing unmanaged memory and CLR memory
- VNLib.Utils.Memory.Caching - Data structures for managed object, data caching, and interfaces for cache-able objects
+- VNLib.Utils.Memory.Diagnostics - Data structures for assisting in unmanaged memory diagnostics, and library wide memory diagnostics enablement
+- VNLib.Utils.Native - Utilities for safely (dynamically) loading and accessing platform native libraries.
+- VNLib.Utils.Resources - Abstractions and base data structures for holding and accessing resources.
#### Builds
Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
@@ -33,7 +36,7 @@ The Memory.Diagnostics namespace was added to provide a wrapper for tracking IUn
## Usage
A usage breakdown would be far to lengthy for this library, and instead I intend to keep valid and comprehensive documentation in Visual Studio XML documentation files included in this project's src directory.
-This library is a utilities library and therefor may be directly included in your application or libraries,
+This library is a utilities library and therefor may be directly included in your application or libraries.
### License