msg-store 0.9.0

A fast and light-weight message store designed to work as a priority queue in low hardware equiped devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "msg-store"
version = "0.9.0"
dependencies = [
 "msg_store_uuid",
]

[[package]]
name = "msg_store_uuid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a39ef36a9bc9788de2598a0afd8d4b8a992d7b862955cae539e06ad6b9a5e757"