simple-bitset 0.1.1

Simple no-std compatible 64-bit and 128-bit bitsets for embedded applications
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Releases of the form `0.1.n` do not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
that is each release may contain incompatible API changes.

Once the API has stabilized this project will adopt semantic versioning, the first release to do so will be `0.2.0`.

## [Unreleased]

### Added

### Changed

### Removed

### Deprecated

### Fixed

### Security

## [0.1.1] - 2023-06-07

### Added

### Changed

- Improved `serde` support.
- Included full text of Apache 2.0 license

### Removed

- `katex-header.html`.

## [0.1.0] - 2023-05-15

Initial release.