Docs.rs
lazytool-0.1.7
lazytool 0.1.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wxnacy
Dependencies
anyhow ^1.0.95
normal
chrono ^0.4.39
normal
chrono-tz ^0.10.0
normal
once_cell ^1.20.3
normal
regex ^1.11.1
normal
serde ^1.0.217
normal
Versions
39.13%
of the crate is documented
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
Parser
lazytool
0.1.7
Parser
Required Methods
parse
Implementors
In lazytool::
media
lazytool
::
media
Trait
Parser
Copy item path
Source
pub trait Parser { // Required method fn
parse
(&self, path: &
str
) ->
Option
<
Episode
>; }
Required Methods
§
Source
fn
parse
(&self, path: &
str
) ->
Option
<
Episode
>
Implementors
§
Source
§
impl
Parser
for
RegexParser