counter64 0.1.0

64bit increase-only atomic counter for everywhere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[badges.travis-ci]
branch = "master"
repository = "HyeonuPark/counter64"

[package]
authors = ["Hyeonu Park <nemo1275@gmail.com>"]
categories = ["concurrency"]
description = "64bit increase-only atomic counter for everywhere"
documentation = "https://docs.rs/counter64"
homepage = "https://github.com/HyeonuPark/counter64"
keywords = ["atomic", "counter"]
license = "MIT/Apache-2.0"
name = "counter64"
readme = "README.md"
repository = "https://github.com/HyeonuPark/counter64.git"
version = "0.1.0"