Team collaboration system for RiceCoder - shared standards, rule promotion, and access control
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-teams = "0.1"
```
```rust
use ricecoder_teams::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-teams).
MIT