This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
v0.5.0
- Changed map type in
Client
struct toArc<Mutex<HashMap<String, ClientMapValue>>>
. - Implemented functions
insert_key
,get_value
anddelete_key
to theClient
type. - Re-export
servers::server::ClientMapValue
inservers::plugins::prelude.