Docs.rs
beancount-parser-lima-0.11.1
beancount-parser-lima 0.11.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tesujimath
Dependencies
anyhow ^1.0.98
normal
ariadne ^0.5.1
normal
chumsky ^1.0.0-alpha.8
normal
either ^1.15.0
normal
lazy_format ^2.0.3
normal
logos ^0.15.0
normal
protobuf ^3.7.2
normal
rust_decimal ^1.37.2
normal
rust_decimal_macros ^1.37.1
normal
strum ^0.27.2
normal
strum_macros ^0.27.2
normal
time ^0.3.41
normal
unescaper ^0.1.6
normal
derive_more ^2.0.1
dev
itertools ^0.14.0
dev
proptest ^1.7.0
dev
rstest ^0.26.1
dev
stats_alloc ^0.1.10
dev
test-case ^3.3.1
dev
time ^0.3.41
dev
xflags ^0.3.2
dev
protobuf-codegen ^3.7.2
build
Versions
61.71%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
lex_with_source
beancount_
parser_
lima
0.11.1
beancount_parser_lima
Function
lex_
with_
source
Copy item path
Source
pub fn lex_with_source(source_id:
SourceId
, s: &
str
) ->
Vec
<(Token<'_>,
Span
)>