mini-serai 0.1.0

A miniature version of Serai used to test for race conditions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
description = "A miniature version of Serai used to test for race conditions"
edition = "2021"
keywords = []
license = "AGPL-3.0-only"
name = "mini-serai"
readme = "README.md"
repository = "https://github.com/serai-dex/serai/tree/develop/mini"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]