playhead 0.0.3

This is a small library that implements the time counter functionality of a music player. Once we have created the play_head we can play, pause,stop etc. At any given time we get the current time using time fn
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["bilal <skillzaa.com@gmail.com>"]
description = "This is a small library that implements the time counter functionality of a music player. Once we have created the play_head we can play, pause,stop etc. At any given time we get the current time using time fn"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "playhead"
repository = "https://github.com/skillzaa/play_head"
version = "0.0.3"