Document euphoxide crate
This commit is contained in:
parent
63e9d9aacf
commit
5672ff3d25
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
//! API bindings for [euphoria.leet.nu](https://euphoria.leet.nu/).
|
||||
//!
|
||||
//! If you want to write a generic client, see the `euphoxide-client` crate for
|
||||
//! connection management. If you want to write a bot, the `euphoxide-bot` crate
|
||||
//! contains additional useful tools.
|
||||
//!
|
||||
//! # Useful links
|
||||
//!
|
||||
//! - the [euphoria.leet.nu API docs](https://euphoria.leet.nu/heim/api)
|
||||
//! - [heim](https://github.com/CylonicRaider/heim), the software underlying euphoria
|
||||
|
||||
pub mod api;
|
||||
pub mod client;
|
||||
pub mod conn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue