Skip to content

move fs-specific objects into own pkg #146

@jbenet

Description

@jbenet

currently the fs-specific objects (file format, dagreader, etc.) are spread out across the importer and the merkledag packages.

But the filesystem-specific stuff does not belong in regular merkledag. merkledag is lower level, it only provides the dag link structure. the fs is one of many possible datastructures on top.

We should probably have a unixfs package that implements the dir/file abstractions, with indirect blocks, and with its reader/writers within an unixfs.io subpackage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions