Crates.io | aarch64-std |
lib.rs | aarch64-std |
version | 0.1.2 |
source | src |
created_at | 2022-12-11 07:01:16.491531 |
updated_at | 2022-12-11 07:19:06.378955 |
description | implementations of standard library components for bare-metal aarch64 |
homepage | https://github.com/ccbrown/aarch64-std |
repository | https://github.com/ccbrown/aarch64-std |
max_upload_size | |
id | 734197 |
size | 44,347 |
aarch64-std implements components from the Rust standard library in a way suitable for no_std
or bare metal ARM applications.
In order:
sync
Mutex
thread
sleep
spawn
thread::contribute
.thread::yield_now
function.time
Instant