libstrawberry

Crates.iolibstrawberry
lib.rslibstrawberry
version1.4.3
created_at2025-07-26 19:01:38.655448+00
updated_at2025-10-12 11:55:01.388331+00
descriptionlibstrawberry is a simple library that takes over and simplifies important and useful tasks.
homepage
repositoryhttps://github.com/Strawberry-Foundations/libstrawberry
max_upload_size
id1769378
size174,473
ceo of bad code (matteodev8)

documentation

README

libstrawberry 🍓

A modern, versatile Rust library powering Strawberry Foundation's projects and more!

✨ Features

  • 🌍 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

🚀 Installation

Add libstrawberry to your Cargo.toml:

[dependencies]
libstrawberry = { version = "*", features = ["full"] }

Find the latest version on crates.io: https://crates.io/crates/libstrawberry

📚 Documentation & Examples

See the docs.rs documentation: https://docs.rs/libstrawberry/latest/libstrawberry/ for details and usage examples.

🏆 Projects using libstrawberry

🤝 Contributing

Contributions, bug reports, and feature requests are welcome! See CONTRIBUTING.md for details.

📄 License

This project is licensed under the AGPL 3.0 License (See LICENSE).

Commit count: 340

cargo fmt