Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 13:50
· 20 commits to main since this release
v0.5.0
56e1614
  • Changed map type in Client struct to Arc<Mutex<HashMap<String, ClientMapValue>>>.
  • Implemented functions insert_key, get_value and delete_key to the Client type.
  • Re-export servers::server::ClientMapValue in servers::plugins::prelude.