Docs.rs
my-gym-data-rust-parser-0.2.0
my-gym-data-rust-parser 0.2.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
nomadflamingo
Dependencies
anyhow ^1.0.93
normal
chrono ^0.4.38
normal
clap ^4.5.20
normal
pest ^2.7.14
normal
pest_debugger ^2.7.14
normal
pest_derive ^2.7.14
normal
thiserror ^2.0.3
normal
Versions
31.91%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
my_
gym_
data_
rust_
parser
0.2.0
my_gym_data_rust_parser
Function
parse_exercise_log
Copy item path
Source
pub fn parse_exercise_log( input: &
str
, ) ->
Result
<
Vec
<
ExerciseRecord
>,
GymDataParserError
>