Packages
fragmentation
0.1.0
fragmentation — encoded possibility space. content-addressed, arbitrary depth, circular-reflexive. reality for git.
Current section
Files
Jump to
Current section
Files
include/fragmentation_Fragment.hrl
-record(fragment, {
ref :: fragmentation:ref(),
witnessed :: fragmentation:witnessed(),
data :: binary(),
fragments :: list(fragmentation:fragment())
}).