| Crates.io | softcore-asm-macro |
| lib.rs | softcore-asm-macro |
| version | 0.2.0 |
| created_at | 2026-01-08 15:04:24.482438+00 |
| updated_at | 2026-01-08 15:04:24.482438+00 |
| description | A procedural macro to translate assembly into pure Rust code |
| homepage | |
| repository | https://github.com/CharlyCst/softcore-rs |
| max_upload_size | |
| id | 2030406 |
| size | 132,171 |
A proc macro to translate Rust's inline assembly into a pure Rust using the softcore-rs CPU model.
This crate is not intended for direct use, instead import softcore-asm-rv64 which re-exposes this macro.