We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85c547 commit 05b9852Copy full SHA for 05b9852
README.rst
@@ -1,3 +1,6 @@
1
+binaryparse
2
+===========
3
+
4
This module implements a macro to create binary parsers. The parsers
5
generated reads from a Stream and returns a tuple with each named field.
6
The general format the macro takes is:
binaryparse.nim
+## binaryparse
+## ===========
+##
## This module implements a macro to create binary parsers. The parsers
## generated reads from a Stream and returns a tuple with each named field.
## The general format the macro takes is:
0 commit comments