diskdata 0.1.0

A catalog of on-disk data structures
Documentation
<div align="center"> 
  <h1>
    DiskData<br>
    <sub>A catalog of on-disk data structures</sub><br>
    <img alt="Build" src="https://img.shields.io/github/workflow/status/willpinha/diskdata/Rust?style=flat-square&logo=github">
    <img alt="Download" src="https://img.shields.io/crates/d/diskdata?style=flat-square">
    <img alt="Release" src="https://img.shields.io/github/v/release/willpinha/diskdata?include_prereleases&style=flat-square">
    <img alt="License" src="https://img.shields.io/github/license/willpinha/diskdata?style=flat-square">
  </h1>
</div>

<div align="center">
  <a href="https://willpinha.github.io/diskdata">Catalog</a> |
  <a href="https://crates.io/crates/diskdata">crates.io</a> |
  <a href="https://github.com/willpinha/diskdata/wiki">Documentation</a>
</div>

# About

DiskData is a catalog of on-disk implementations of data structures written in Rust. The term "on disk" means that data structure nodes are stored and retrieved from files on the filesystem, instead of managed in memory.