hipthread 0.1.3

no-std thread library based on pthread
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "hierr"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42704188a56c5aa81ae6bbc24419eff82eafeec1fd735a118ffec7c7d4f12b2"

[[package]]
name = "hipool"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52b982cc2c5eb867662c046f44db440609b61229bdac8c593cf680cc2627a226"
dependencies = [
 "cfg-if",
 "hierr",
]

[[package]]
name = "hipthread"
version = "0.1.3"
dependencies = [
 "cfg-if",
 "hierr",
 "hipool",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"