synctools 0.3.2

Synchronization tools for no_std.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Yuuki Takano <ytakanoster@gmail.com>"]
categories = ["no-std", "embedded"]
description = "Synchronization tools for no_std."
edition = "2021"
homepage = "https://github.com/ytakano/synctools/"
keywords = ["no_std", "mutex", "rwlock"]
license-file = "LICENSE"
name = "synctools"
readme = "README.md"
repository = "https://github.com/ytakano/synctools/"
version = "0.3.2"