Skip to content

Releases: cargocut/virtfs

Release list

1.1.0

Choose a tag to compare

@xvw xvw released this 09 Jul 11:59
8ea010a

CHANGES:

  • Add an implementation for Virtfs (gr-im)

1.0.0

Choose a tag to compare

@xvw xvw released this 13 Feb 17:26
8054945

CHANGES:

  • First release of virtfs, exposing the modules Path, for
    abstracting file paths, Tree for describing an abstract file tree,
    and Tree.Simple, which is a very simple version of a file system
    (where the contents of files are strings) (by
    mspwn,
    xhtmlboi,
    gr-im,
    d-plaindoux).