Restructure packaging directories. Move C# bindings, minor compilation fix.

This commit is contained in:
Joseph Henry
2021-02-01 17:59:21 -08:00
parent 3544eab41d
commit 38ea47212d
16 changed files with 106 additions and 71 deletions

4
src/README.md Normal file
View File

@@ -0,0 +1,4 @@
# C++ Source
- C API is exposed via [include/ZeroTierSockets.h](./../include/ZeroTierSocket.h)
- [bindings/](./bindings) Contains the source for wrappers in various languages. See [examples/](./../examples) for their usage.