# marked-cli [![Change Log](https://img.shields.io/crates/v/marked-cli.svg?maxAge=3600&label=change%20log&color=9cf)](https://github.com/dekellum/marked/blob/master/marked-cli/CHANGELOG.md) [![Crates.io](https://img.shields.io/crates/v/marked.svg?maxAge=3600)](https://crates.io/crates/marked-cli) [![CI Status](https://github.com/dekellum/marked/workflows/CI/badge.svg?branch=master)](https://github.com/dekellum/marked/actions?query=workflow%3ACI) A command line tool for HTML/XML markup I/O processing, using the _[marked]_ library crate. See the linked rustdoc or the project workspace root [../README] for an overview. ## Minimum supported rust version 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. ## License 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) ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in _marked_(-_cli_) by you, as defined by the Apache License, shall be dual licensed as above, without any additional terms or conditions. [marked]: https://docs.rs/crate/marked [../README]: https://github.com/dekellum/marked#readme [../LICENSE-APACHE]: https://github.com/dekellum/marked/tree/master/LICENSE-APACHE [../LICENSE-MIT]: https://github.com/dekellum/marked/tree/master/LICENSE-MIT