Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 591 Bytes

File metadata and controls

15 lines (12 loc) · 591 Bytes

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 the adaptation of Semantic Versioning utilized by Cargo.

[0.0.1] - 2022-05-22

Added

  • Core interface traits and default implementations.
  • Runtime interface and a default implementation.
  • Macros for easy creation of runtimes.
  • Documentation.
  • ureq based HTTP backend.
  • Echo server example.