fns 0.0.3

add common fn, eg: debounce ...
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fns   
[![ci](https://github.com/cargo-crates/fns/workflows/Rust/badge.svg)](https://github.com/cargo-crates/fns/actions)
[![Latest Version]][crates.io]
![downloads](https://img.shields.io/crates/d/fns.svg?style=flat-square)

[Latest Version]: https://img.shields.io/crates/v/fns.svg
[crates.io]: https://crates.io/crates/fns
```toml
fns = { version: "0" }
```

### support
```
* debounce
```