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 9228996 commit af96b87Copy full SHA for af96b87
README.md
@@ -43,6 +43,10 @@ print(im[1]) # 2
43
44
with open("data.im", "wb") as f:
45
f.write(im.tobytes())
46
+
47
+# You can skip computing or checking CRCs, e.g. if your
48
+# embedded object already contains CRCs
49
+mb = MapBuffer(..., check_crc=False, compute_crc=False)
50
```
51
52
## Installation
0 commit comments