pauli_tracker 0.4.1

A library to track Pauli gates through Clifford circuits.
Documentation
# Pauli Tracker

[![Crates.io](https://img.shields.io/crates/v/pauli_tracker.svg)](https://crates.io/crates/pauli_tracker)
[![Documentation](https://docs.rs/pauli_tracker/badge.svg)](https://docs.rs/pauli_tracker/)
[![Codecov](https://codecov.io/github/taeruh/pauli_tracker/coverage.svg?branch=main)](https://codecov.io/gh/taeruh/pauli_tracker)
[![Dependency status](https://deps.rs/repo/github/taeruh/pauli_tracker/status.svg)](https://deps.rs/repo/github/taeruh/pauli_tracker)

This is the main library of the `pauli_tracker` project; view the [root README] for more
general information.

## Versioning

We (try to) follow the [SemVer] rules, specifically [Cargo guidelines].

## MSRV policy

There is no guarantee for a long-time support of a specific Rust version. Bumping the
MSRV increments the minor SemVer version.

[Cargo guidelines]: https://doc.rust-lang.org/cargo/reference/semver.html
[root README]: https://github.com/taeruh/pauli_tracker/blob/main/README.md
[SemVer]: https://semver.org/