doctor 0.3.4

Flexible low level parser for Javadoc-style doc comments: Javadoc, JSDoc, TSDoc, etc.
Documentation
# Contributing

## Running all tests
```sh
make test
```

## Linting
```sh
make lint
```

## Publishing

_Prerequisites_: `cargo-readme` and `cargo-release` need to be installed locally.

```sh
make release-{patch,minor,major}
```