sharded-thread 0.1.0

Shard between threads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.insta]
version = "1"

[dev-dependencies.lazy_static]
version = "1.4"

[package]
authors = ["Anthony Griffon <anthony@griffon.one>"]
description = "Shard between threads"
documentation = "https://docs.rs/sharded-thread/latest/sharded-thread/"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sharded-thread"
readme = "README.md"
repository = "https://github.com/Miaxos/sharded-thread"
version = "0.1.0"