dochy_fs 0.8.0

A file system which composes chlonological diff files efficiently.
docs.rs failed to build dochy_fs-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dochy_fs-0.10.1

Dochy file system mainly handles Dochy Diff files.

It consists of two components, Filesys and History.

The Filesys component simplifies handling the diff files as if they were normal files.

The History component composes chronological diff files efficiently.