waitprims-core 0.1.3

Core types, errors, and contract helpers for waitprims
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# waitprims-core

Types, errors, validation, digest, and time helpers for waitprims.

This crate has no async runtime and does not open sockets. Public JSON
is exactly the six `agent-wait/v0` message kinds.

```toml
waitprims-core = "0.1"
```

Docs: <https://docs.rs/waitprims-core>

Licensed under MIT OR Apache-2.0. See the [waitprims](https://github.com/3leaps/waitprims)
repository.