Go to file
Tristan B. Velloza Kildaire 4557a8c550 Added missing dependency 2021-08-28 11:43:17 +02:00
bin Complete refactor 2021-08-27 15:16:48 +02:00
source/libdnet Added missing dependency 2021-08-28 11:43:17 +02:00
.gitignore d 2021-08-27 15:10:06 +02:00
LICENSE Initial commit 2020-09-29 10:03:20 +02:00
README.md Updated description of library 2021-08-27 15:32:33 +02:00
dub.json Added missing dependency 2021-08-28 11:43:17 +02:00
dub.selections.json Added missing dependency 2021-08-28 11:43:17 +02:00

README.md

libdnet

DNET client library. This library also contains some data structures used by the server.

Data Structures

There are two "sets", persay, of data structures in the library, there are those generated by ProtocolBuffers and then which are used by the library internally. There are then the OOP data structures used by the user through the API.

The former are located in source/libdnet/protobuf/ and the latter in source/libdnet/api/types/