summaryrefslogtreecommitdiff
path: root/src/tag.rs
AgeCommit message (Collapse)Author
2019-01-19Update copyright for 2019Stuart Stock
2019-01-19Rust 2018 edition migrationStuart Stock
2018-10-21Changes to keep Clippy happyStuart Stock
2018-10-07Land KMS support, yay!Stuart Stock
AWS KMS for now, work-in-progress
2018-09-29Major refeactoring for better code structureStuart Stock
* Extract distinct types for online and long-term keys * Extract and create separate configuration trait and implementation(s) * Clean-ups, renames, tidying
2018-03-24Additional documentationStuart Stock
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-01Add client implementationAaron Hill
2018-02-24Finally get Tag string byte literals correctStuart Stock
2017-10-14Rust 1.21 lands RFC 1414 enabling clean-up of warts in tag.rs; misc README ↵Stuart Stock
and docstring updates
2017-07-06add license headersStuart Stock
2017-07-03add docstrings and cleanup whitespaceStuart Stock
2017-07-02first version of working serverStuart Stock
2017-06-22simplistic semi-working serverStuart Stock
2017-06-19begin work on serverStuart Stock
2017-06-17restructuring as a proper crateStuart Stock