document-features 0.2.1

Extract documentation for the feature flags from comments in Cargo.toml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## 0.2.1 - 2021-02-12

* Fix indentation of multi-lines feature comments (#5)

## 0.2.0 - 2022-02-11

* Added ability to document optional features. (This is a breaking change in the
  sense that previously ignored comments may now result in errors)

## 0.1.0 - 2022-02-01

Initial release