diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-19 22:03:13 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 13:21:37 +0200 |
commit | 975b2206adb0250cedcfd28598e5b3098b239754 (patch) | |
tree | 00aefdc17a98c9cd5975893acd3f8db007867340 /src | |
parent | 330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 (diff) |
docs: add changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #![warn(missing_docs)] // This is an HTML parser. HTML can be untrusted input from the internet. #![forbid(unsafe_code)] +#![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] #![doc = include_str!("../README.md")] |