nim-codex/dagger/manifest.nim
Dmitriy Ryajov ffa9b624f1
Integrate erasure (#73)
* wip: adding request for storage endpoint

* wire in erasure coding

* fix tests for erasure coding

* put type definitions into separate file

* integrate erasure coding

* change run/shutdown to start/stop

* temporary sleep, otherwise the fsstore blocks
2022-04-05 18:34:29 -06:00

6 lines
108 B
Nim

import ./manifest/coders
import ./manifest/manifest
import ./manifest/types
export types, manifest, coders