pfapack 0.2.0

Rust interface for the pfapack library, a Fortran library to compute Pfaffians.
Documentation
# pfapack-rs

<div align="center">

# pfapack-rs

Rust port of the Fortran library pfapack (arXiv:1102.3440)

![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)

![Build](https://img.shields.io/github/actions/workflow/status/Duumbo/pfapack-rs/rust.yml?color=%23a3d1af&style=for-the-badge) ![release](https://img.shields.io/github/v/tag/Duumbo/pfapack-rs?style=for-the-badge)
![PULLREQUESTS](https://img.shields.io/github/issues-pr-closed/Duumbo/pfapack-rs?color=blue&style=for-the-badge) ![CRATES](https://img.shields.io/crates/v/pfapack?style=for-the-badge)

</div>

## Table of contents

[Requirements](#requirements)

[Installation](#installation)

[Usage](#usage)

[TODO](#todo)

## Requirements

## Installation

## Usage

## TODO

- [ ] Complete the `README.md`
- [ ] Finish testing
- [x] Document code base