From d7f353bd52de6d8f647f7dfa12fde10917266ada Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 29 Nov 2021 17:06:28 +0100 Subject: docs: update README --- src/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 69557b9..57b7b05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)] -- cgit v1.2.3