thread-count 0.1.0

Get the amount of threads in the current process
Documentation
# Changelog

## [0.1.3]https://github.com/devtomio/thread-amount/compare/v0.1.2...v0.1.3 (2022-06-24)


### Bug Fixes

* **deps:** update rust crate windows to 0.38.0 ([#9]https://github.com/devtomio/thread-amount/issues/9) ([e1143ac]https://github.com/devtomio/thread-amount/commit/e1143ac2aa7d40de1aea950b4bc84fc8977d80b2)

### [0.1.2]https://github.com/devtomio/thread-amount/compare/v0.1.1...v0.1.2 (2022-06-01)


### Bug Fixes

* **docs:** clarify the difference between this crate and `num-threads` ([07fffa2]https://github.com/devtomio/thread-amount/commit/07fffa2c5dad980b2b2c7ff6179ca37af7f7cb65)

### [0.1.1]https://github.com/devtomio/thread-amount/compare/v0.1.0...v0.1.1 (2022-06-01)


### Bug Fixes

* non-existent file in readme ([a35ce29]https://github.com/devtomio/thread-amount/commit/a35ce2911a6246e59396d77c9577499e0c866dd2)

## 0.1.0 (2022-06-01)


### Features

* init library ([40d328b]https://github.com/devtomio/thread-amount/commit/40d328b75438a3247bf41171089a5153760532f6)
* use `procfs` for unix ([2941533]https://github.com/devtomio/thread-amount/commit/294153329a7cfa7dc196e784d85c01dd72a3b4f5)


### Bug Fixes

* change switched up `cfg_attr` macro ([d8261dd]https://github.com/devtomio/thread-amount/commit/d8261dd53cf250662aada1f1d0c03425d042bb5c)
* read `proc/[PID]/status` manually ([6dd7ba3]https://github.com/devtomio/thread-amount/commit/6dd7ba38336624895860e17a21cbef3d3ef9148c)