ricecoder-hooks 0.1.71

Event-driven hooks system for RiceCoder
Documentation
# ricecoder-hooks


Event-driven hooks system for RiceCoder

## Features


- Feature 1
- Feature 2
- Feature 3

## Installation


Add to your `Cargo.toml`:

```toml
[dependencies]
ricecoder-hooks = "0.1"
```

## Usage


```rust
use ricecoder_hooks::*;

// Your code here
```

## Documentation


For more information, see the [documentation](https://docs.rs/ricecoder-hooks).

## License


MIT