Docs.rs
xdl-parser-0.1.0
xdl-parser 0.1.0
Docs.rs crate page
GPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ravituringworks
Dependencies
nom ^7.1
normal
serde ^1.0
normal
thiserror ^1.0
normal
xdl-core ^0.1.0
normal
proptest ^1.4
dev
Versions
6.73%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
tokenize
xdl_
parser
0.1.0
In xdl_
parser::
lexer
xdl_parser
::
lexer
Function
tokenize
Copy item path
Source
pub fn tokenize(input: &
str
) ->
XdlResult
<
Vec
<
Token
>>