Docs.rs
daml-parser-0.2.2
daml-parser 0.2.2
Docs.rs crate page
AGPL-3.0-only
19 June 2026
Links
Repository
crates.io
Source
Owners
stevennevins
Dependencies
Versions
24.11%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
lex
daml_
parser
0.2.2
In daml_
parser::
lexer
daml_parser
::
lexer
Function
lex
Copy item path
Source
pub fn lex(source: &
str
) -> (
Vec
<
Token
>,
Vec
<
LexError
>)