| Crates.io | rask-common |
| lib.rs | rask-common |
| version | 0.1.0 |
| created_at | 2025-10-06 18:11:39.549186+00 |
| updated_at | 2025-10-06 18:11:39.549186+00 |
| description | Common utilities and types for the Rask project |
| homepage | |
| repository | https://github.com/chrischtel/rask |
| max_upload_size | |
| id | 1870519 |
| size | 6,106 |
Common types and utilities for the Rask code generation toolkit.
X86_64, AArch64, RiscV64)SystemV, Windows)use rask_common::{Target, Architecture, Abi};
let target = Target::from_arch(Architecture::X86_64, Abi::SystemV);
let aligned = rask_common::align_to(123, 8); // 128