Skip to content

Commit 05b9852

Browse files
committed
Added header to RST output
1 parent a85c547 commit 05b9852

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
binaryparse
2+
===========
3+
14
This module implements a macro to create binary parsers. The parsers
25
generated reads from a Stream and returns a tuple with each named field.
36
The general format the macro takes is:

binaryparse.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## binaryparse
2+
## ===========
3+
##
14
## This module implements a macro to create binary parsers. The parsers
25
## generated reads from a Stream and returns a tuple with each named field.
36
## The general format the macro takes is:

0 commit comments

Comments
 (0)