From 6a81a2946b7b5badc4db1c53ca3a8c67797f4d7b Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 30 Nov 2017 14:41:43 -0700 Subject: [PATCH] Help files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 003f8cd0..f30fe737 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![Vanara](/docs/icons/VanaraHeading.png) + In a number of projects I have needed to use native API calls. Over the years I have collected quite a few of these interop code chunks and I decided to pull them all together into a set of reusable libraries. I have tried to carve up the libraries into small enough chunks that they are easy to identify and consume. The only problem with this is that you can literally end up with over 20 dependencies on some of the higher function libraries (oh well). I have tried to follow the concepts below in laying out the libraries.