Docs.rs
porsmo-0.3.5
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
porsmo 0.3.5
A pomodoro, timer and stopwatch, all in one app
Crate
Source
Builds
Feature flags
Hide files
..
cli.rs
clock.rs
format.rs
main.rs
notify_end.wav
prelude.rs
terminal.rs
1
2
pub
use
anyhow
::
{
anyhow
,
Context
}
;
pub
type
Result
<
T
>
=
anyhow
::
Result
<
T
>
;