one_user 0.3.2

Constrain the number of instances that can possibly be used at a time. By default it constrains it to one instance at a time, hence one_user.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "one_user"
version = "0.3.2"
authors = ["Error1000"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Error1000/one_user"
description = "Constrain the number of instances that can possibly be used at a time. By default it constrains it to one instance at a time, hence one_user."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[dependencies]
lazy_static = "1.*.*"
bitvec = "1.*.*"
syn = "1.*.*"
quote = "1.*.*"