diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-29 17:06:28 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-30 11:22:35 +0100 |
commit | d7f353bd52de6d8f647f7dfa12fde10917266ada (patch) | |
tree | 946454e226537e4b206bbb18b6948c534bb092d2 /src | |
parent | 26a4b848cd83ed5fea3fb2b420d1295b784f449b (diff) |
docs: update README
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -7,11 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -/*! -The HTML5 tokenizer from the [html5ever](https://crates.io/crates/html5ever) -crate, repackaged with its dependencies removed. -*/ - +#![doc = include_str!("../README.md")] #![crate_type = "dylib"] #![cfg_attr(test, deny(warnings))] #![allow(unused_parens)] |