Docs.rs
ssml-parser-0.1.4
ssml-parser 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
xd009642
Dependencies
anyhow ^1.0.68
normal
async-trait ^0.1.68
normal
optional
derive_builder ^0.12.0
normal
http ^0.2.9
normal
indexmap ^1.9.2
normal
lazy_static ^1.4
normal
mediatype ^0.19.13
normal
quick-xml ^0.27
normal
regex ^1
normal
assert_approx_eq ^1.1.0
dev
fake ^2.7.0
dev
rand ^0.8.5
dev
Versions
100%
of the crate is documented
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
ssml_
parser
0.1.4
In ssml_
parser::
parser
ssml_parser
::
parser
Function
parse_ssml
Copy item path
Source
pub fn parse_ssml(ssml: &
str
) ->
Result
<
Ssml
>
Expand description
Parses SSML with a default
SsmlParser