mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-07 16:33:53 +00:00
* 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
6 lines
108 B
Nim
6 lines
108 B
Nim
import ./manifest/coders
|
|
import ./manifest/manifest
|
|
import ./manifest/types
|
|
|
|
export types, manifest, coders
|