thread-register

Crates.iothread-register
lib.rsthread-register
version0.1.1
created_at2025-02-22 09:06:57.039854+00
updated_at2025-03-04 18:23:43.712433+00
descriptionA library for obtaining and modifying thread register.
homepage
repositoryhttps://github.com/weizhiao/thread-register
max_upload_size
id1565234
size4,532
wzhao (weizhiao)

documentation

README

license thread-register on docs.rs

thread-register

A library for obtaining and modifying thread register.

Example

// Get thread register value
let val = ThreadRegister::get();
// Set thread register value
unsafe { ThreadRegister::set(val) };
Commit count: 6

cargo fmt