Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on chrono | pennae | 2022-07-25 | 1 | -8/+9 |
| | | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected. | ||||
* | make the Clone bytes types Copy as well | pennae | 2022-07-17 | 1 | -2/+2 |
| | | | | u8 arrays are copy, no need to not have our wrappers be copy. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+455 |