chaintools 0.1.0

Serialize and work with .chain files in Rust
Documentation
<p align="center">
  <h1 align="center">
    chaintools
  </h1>

  <p align="center">
    <a href="https://img.shields.io/badge/version-0.1.0dev-green" target="_blank">
      <img alt="Version Badge" src="https://img.shields.io/badge/version-0.1.0dev-green">
    </a>
    <a href="https://crates.io/crates/chaintools" target="_blank">
      <img alt="Crates.io Version" src="https://img.shields.io/crates/v/chaintools">
    </a>
    <a href="https://github.com/alejandrogzi/chaintools" target="_blank">
      <img alt="GitHub License" src="https://img.shields.io/github/license/alejandrogzi/chaintools?color=blue">
    </a>
    <a href="https://crates.io/crates/chaintools" target="_blank">
      <img alt="Crates.io Total Downloads" src="https://img.shields.io/crates/d/chaintools">
    </a>
  </p>


  <p align="center">
  Serialize and work with .chain files in Rust
  </p>

</p>

## Usage

To include this crate in your project just do:

```
cargo add chaintools
```

> [!WARNING]
> This project is currently under active development and most of its intended features may or may not be available at the time.