Docs.rs
markdown-parser-0.1.1
markdown-parser 0.1.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
shawroger
Dependencies
enum-iterator ^0.6.0
normal
enum-iterator-derive ^0.6.0
normal
getset ^0.1.1
normal
lazy_static ^1.4.0
normal
quick-error ^2.0.0
normal
regex ^1.3.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.8
normal
toml ^0.5.8
normal
Versions
54.55%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
markdown_parser
Crates
markdown_parser
Modules
adapt
Structs
JsonAdapter
Markdown
TomlAdapter
YamlAdapter
Enums
Error
Format
ParseError
Functions
parse
parse_format
read_file
write_file
Type Definitions
MarkdownResult
ayu
dark
light
?
Function
markdown_parser
::
parse
[
−
]
[src]
pub fn parse(input: &
str
) ->
MarkdownResult
[
−
]
Expand description
parse data and guess the
Format