Docs.rs
ledger-rs-lib-0.7.0
ledger-rs-lib 0.7.0
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
alensiljak
Dependencies
anyhow ^1.0.75
normal
chrono ^0.4.29
normal
env_logger ^0.10.0
normal
log ^0.4.20
normal
petgraph ^0.6.4
normal
rust_decimal ^1.32.0
normal
shell-words ^1.1.0
normal
test-log ^0.2.12
dev
wasm-bindgen ^0.2.87
normal
wasm-bindgen-test ^0.3.37
normal
Versions
39.06%
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
ledger_
rs_
lib
0.7.0
In ledger_
rs_
lib::
parser
ledger_rs_lib
::
parser
Function
parse_amount
Copy item path
Source
pub fn parse_amount(amount_str: &
str
, journal: &mut
Journal
) ->
Option
<
Amount
>