| Crates.io | playhead |
| lib.rs | playhead |
| version | 0.2.2 |
| created_at | 2021-05-17 14:46:22.761822+00 |
| updated_at | 2021-10-23 07:43:33.449044+00 |
| description | A small and simple counter utility |
| homepage | https://github.com/skillzaa/playhead.git |
| repository | https://github.com/skillzaa/playhead.git |
| max_upload_size | |
| id | 398618 |
| size | 1,392,284 |
PlayHead is a very simple and small counter utility with play , pause and stop function. At any give time the lapsed time can be obtained from time function.
Please see the documentation for further details but in brief:
let playhead = PlayHead::new();
playhead.start();
playhead.stop();
playhead.pause();
playhead.time();