This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
v0.3.0
Breaking
- tcp: use tcp from tokio instead of std
Features
- client: added
peer_addr
function - server: added
/help
command - api: re-export
async_trait
so that it doesn't have to be added to dependencies in plugins
Changed
- server: the
/help
command has been accelerated - cli: moved to the
cli.rs
file - logger: changed
log
totracing
- dependencies: updated
- cli: deleted option
--disable-websocket
and added--enable-websocket