Import critical-section 1.1.1 upstream upstream/1.1.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Feb 2023 03:00:00 +0000 (12:00 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Feb 2023 03:00:00 +0000 (12:00 +0900)
commit47ea75a2a0d25e1d9dab985aee65fb577a3610af
tree762718d8c252b1a590a5a2d12495da05723cdd71
Import critical-section 1.1.1
18 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/bors.toml [new file with mode: 0644]
.github/workflows/clippy.yml [new file with mode: 0644]
.github/workflows/rustfmt.yml [new file with mode: 0644]
.github/workflows/test.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
docs/msrv.md [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/mutex.rs [new file with mode: 0644]
src/std.rs [new file with mode: 0644]