Docs.rs
beancount-parser-lima-0.10.0
beancount-parser-lima 0.10.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tesujimath
Dependencies
anyhow ^1.0.96
normal
ariadne ^0.5.0
normal
chumsky ^1.0.0-alpha.8
normal
either ^1.13.0
normal
lazy_format ^2.0.3
normal
logos ^0.15.0
normal
protobuf ^3.7.1
normal
rust_decimal ^1.36.0
normal
rust_decimal_macros ^1.36.0
normal
strum ^0.27.1
normal
strum_macros ^0.27.1
normal
time ^0.3.37
normal
unescaper ^0.1.5
normal
derive_more ^2.0.1
dev
itertools ^0.14.0
dev
proptest ^1.6.0
dev
rstest ^0.24.0
dev
stats_alloc ^0.1.10
dev
test-case ^3.3.1
dev
time ^0.3.37
dev
xflags ^0.3.2
dev
protobuf-codegen ^3.7.1
build
Versions
61.99%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
beancount_
parser_
lima
0.10.0
beancount_parser_lima
Function
lex_with_source
Copy item path
Source
pub fn lex_with_source(source_id:
SourceId
, s: &
str
) ->
Vec
<(Token<'_>,
Span
)>