A modern, versatile Rust library powering Strawberry Foundation's projects and more!
- π Localization system with language strings
- π¬ Strawberry Chat API wrapper for custom Rust clients
- π€ Scapi: Bot framework for Strawberry Chat (WIP)
- π Simple & flexible logging for CLI apps
- π Cross-platform notifications
- π§ Send emails easily
- π§© External plugin support
- π οΈ Handy utilities for everyday Rust
Add libstrawberry to your Cargo.toml:
[dependencies]
libstrawberry = { version = "*", features = ["full"] }Find the latest version on crates.io: https://crates.io/crates/libstrawberry
See the docs.rs documentation: https://docs.rs/libstrawberry/latest/libstrawberry/ for details and usage examples.
- Strawberry Chat
- Strawberry Chat Client
- Cranberry
- StrawberryOS Manager (somgr)
- Tunneled
- Spkg Rust-rewrite
Contributions, bug reports, and feature requests are welcome! See CONTRIBUTING.md for details.
This project is licensed under the AGPL 3.0 License (See LICENSE).