What's Changed
* fix webcam videorate by edgarriba in https://github.com/kornia/kornia-rs/pull/71
* initial kornia-serve by edgarriba in https://github.com/kornia/kornia-rs/pull/72
* wrap results in tests by edgarriba in https://github.com/kornia/kornia-rs/pull/73
* update rerun 0.16.0 and use log_static by edgarriba in https://github.com/kornia/kornia-rs/pull/74
* implement warp_perspective by edgarriba in https://github.com/kornia/kornia-rs/pull/75
* implement rgb to hsv by edgarriba in https://github.com/kornia/kornia-rs/pull/76
* implement in_range, bitwise_and by edgarriba in https://github.com/kornia/kornia-rs/pull/77
* make turbojpeg optional by edgarriba in https://github.com/kornia/kornia-rs/pull/78
* create `kornia_rs::Interpolation` module by edgarriba in https://github.com/kornia/kornia-rs/pull/79
* implement image undistortion by edgarriba in https://github.com/kornia/kornia-rs/pull/80
* refactor tensor by edgarriba in https://github.com/kornia/kornia-rs/pull/84
* bump version 0.1.4 by edgarriba in https://github.com/kornia/kornia-rs/pull/85
* add tensor errors and element wise ops by edgarriba in https://github.com/kornia/kornia-rs/pull/86
* Fix macos python release by edgarriba in https://github.com/kornia/kornia-rs/pull/87
* add zeros, and compute offset by edgarriba in https://github.com/kornia/kornia-rs/pull/88
* Implement Tensor Memory allocator by edgarriba in https://github.com/kornia/kornia-rs/pull/89
* feat: enhance add weighted by johnnv1 in https://github.com/kornia/kornia-rs/pull/90
* docs: fix typo in readme by truh in https://github.com/kornia/kornia-rs/pull/94
* handle gracefulle webcam / gstreamer errors by edgarriba in https://github.com/kornia/kornia-rs/pull/93
* make io::stream module by edgarriba in https://github.com/kornia/kornia-rs/pull/95