Expand description
Utilities like useful data structures and locks
Re-exports§
pub use spin::Spin;
pub use spin::SpinGuard;
pub use ticket::Ticket;
pub use ticket::TicketGuard;
pub use once::Lazy;
pub use once::Once;
pub use once::OnceError;
Modules§
Structs§
- Provides cache alignment for T
- Abstraction for per cpu data.
Functions§
- Returns the larges multiple of
align
smaller or equalv
- Returns the smallest multiple of
align
larger or equalv
- Cast the slice to another data type
- Cast the slice to another data type