Skip to content

Commit

Permalink
docs: suggest performance options, license in README, new authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin1887 committed Apr 1, 2024
1 parent 2e4617d commit 2f94b34
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,23 @@ Or add the feature to your project's `Cargo.toml`:
pulldown-cmark = { version = "0.9.2", default-features = false, features = ["simd"] }
```

For a higher release performance you may want this configuration in your profile release:

```
lto = true
codegen-units = 1
panic = "abort"
```

## Authors

The main author is Raph Levien. The implementation of the new design (v0.3+) was completed by Marcus Klaas de Vries.
The main author is Raph Levien. The implementation of the new design (v0.3+) was
completed by Marcus Klaas de Vries. Since 2023, the development has been driven
by Martín Pozo, Michael Howell, Roope Salmi and Martin Geisler.

## License

This software is under the MIT license. See details in [license file](./LICENSE).

## Contributions

Expand Down

0 comments on commit 2f94b34

Please sign in to comment.