- Documented module
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 21:36:09 +02:00
parent 2c16839d8a
commit e288324b0a
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/**
* Socket encoding/decoding functions
*/
module bformat.sockets;
import std.socket : Socket, SocketFlags, MSG_WAITALL;