flick 0.0.1

Flick time constant library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Flick Time Constant Library for Rust

A library that allows for the conversion of `std::time::Duration`s to and from flicks.

There are also several Flick related constants available:

```
FLICK
FLICKS_PER_NANO
FLICKS_PER_MICRO
FLICKS_PER_MILLI
FLICKS_PER_SEC
FLICKS_PER_MIN
FLICKS_PER_HOUR
```