blob: 0c779e94e0ffeb6400ebc5009e256ad09d62afd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- coding: utf-8 -*-
[package]
edition = "2021"
name = "range-lock"
description = "Range lock for std::vec::Vec"
version = "0.2.3"
authors = ["Michael Büsch <m@bues.ch>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://bues.ch/cgit/rangelockrs.git"
categories = ["concurrency", "algorithms"]
keywords = ["mutex", "lock", "range"]
# vim: ts=4 sw=4 expandtab
|