tangled
alpha
login
or
join now
zachshipko.com
/
bindle-file
0
fork
atom
an efficient binary archive format
0
fork
atom
overview
issues
pulls
pipelines
spec
zachshipko.com
2 months ago
2a53a4c7
3d342727
+1
-1
1 changed file
expand all
collapse all
unified
split
SPEC.md
+1
-1
SPEC.md
reviewed
···
52
52
| :--- | :--- | :--- | :--- |
53
53
| `index_offset` | 8 bytes | u64 | Absolute offset to the start of the index |
54
54
| `entry_count` | 4 bytes | u32 | Total number of unique entries in the index |
55
55
-
| `magic` | 4 bytes | u32 | Magic sentinel number
55
55
+
| `magic` | 4 bytes | u32 | Magic sentinel value `62 62 62 62` (ASCII: `bbbb`).
56
56
57
57
---
58
58