hyperware_process_lib 2.0.0

A library for writing Hyperware processes in Rust.
Documentation
# `hyperware_process_lib`

Library of functions for more ergonomic Hyperware Rust process development.

[Documentation can be found here](https://docs.rs/hyperware_process_lib).

[Crate can be found here](https://crates.io/crates/hyperware_process_lib).

See the [Hyperware Book](https://book.hyperware.ai) for a guide on how to use this library to write Hyperware apps in Rust.

## Dependencies

`process_lib` v`2.x.y` uses [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen) v`0.42.1`.
Processes depending on `process_lib` must also use that version.

`process_lib` version | `wit-bindgen` version
--------------------- | ---------------------
`2.x.y`               | `0.42.1`
`1.x.y`               | `0.36.0`