开源软件名称(OpenSource Name):johannhof/markdown.rs开源软件地址(OpenSource Url):https://github.com/johannhof/markdown.rs开源编程语言(OpenSource Language):Rust 100.0%开源软件介绍(OpenSource Introduction):markdown.rsA simple native Rust library for parsing Markdown and (outputting HTML). UsageTo include markdown in your project add the following to your Cargo.toml: [dependencies]
markdown = "0.3"
Now you can use the crate in your code with extern crate markdown; There is no full documentation right now, the only function exported by the library is let html : String = markdown::to_html("__I am markdown__");
assert_eq!(&html, "<strong>I am markdown</strong>") TODO
LicenseLicensed under either of
at your option. ContributionUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论