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 88011fe commit f0c74aeCopy full SHA for f0c74ae
README.md
@@ -9,9 +9,10 @@ These functions are however missing from
9
leaving developers without an accessible and intuitive way
10
to work with binary formats.
11
12
-This module supplies the missing functions
+This module supplies the ubiquitous `Marshal()` and `Unmarshal()`
13
+function signatures
14
so that developers can define custom binary formats using only struct tags and
-work with the familiar `Marshal()` and `Unmarshal()` function signatures.
15
+avoid custom bit manipulation.
16
17
### User Story
18
```
0 commit comments