chore(doc): improve ewwii_plugin_api doc comments

This commit is contained in:
Byson94
2025-10-14 21:32:24 +05:30
parent 18832c2956
commit 7a4191df95

View File

@@ -1,7 +1,9 @@
//! # ewwii_plugin_api - A plugin interface for ewwii
//!
//! `ewwii_plguin_api` is a shared list of traits
//! that both ewwii and its plugins can use.
//! This is a **must-have** for building plugins for ewwii
//! as this explicit layout is what ewwii requires a plugin to have.
//! This crate simplifies and provides a safe way for building
//! plugins for ewwii.
//!
//! ## Example
//!