Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.13 KB

File metadata and controls

38 lines (26 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • The crate dependencies serde, serde_yaml, rusqlite, actix, actix-web and actix-web-actors for configuration, data storage and web server functionality, respectively.
  • The colored dependency so we can provide some nice debug output.
  • The Controller struct, which represents a microcontroller client.
  • A helper method for console output.
  • A basic WebSocket server implementation.