Permission and access control management
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-permissions = "0.1"
```
```rust
use ricecoder_permissions::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-permissions).
MIT