Crates.io | marked |
lib.rs | marked |
version | 0.3.0 |
source | src |
created_at | 2020-03-15 19:40:55.645244 |
updated_at | 2021-01-03 16:08:38.79849 |
description | Parsing, filtering, selecting and serializing HTML/XML markup. |
homepage | |
repository | https://github.com/dekellum/marked |
max_upload_size | |
id | 218947 |
size | 676,871 |
Parsing, filtering, selecting and serializing HTML/XML markup.
See the above linked rustdoc or The Märkəd Project ../README for a feature overview.
The following features may be enabled at build time. All are disabled by default, unless otherwise noted.
xml
: Includes marked::xml
module for xml support via the xml-rs crate.
MSRV := 1.38.0
The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version.
Certain non-default features (e.g. xml) may include dependencies which have higher MSRV requirements.
This project is dual licensed under either of following:
The Apache License, version 2.0 (../LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
The MIT License (../LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in märkəd by you, as defined by the Apache License, shall be dual licensed as above, without any additional terms or conditions.