| Crates.io | memory-spec |
| lib.rs | memory-spec |
| version | 0.3.0 |
| created_at | 2025-10-12 01:41:30.478718+00 |
| updated_at | 2025-11-26 04:16:34.5891+00 |
| description | A single source of truth for all your memory.x files |
| homepage | |
| repository | https://github.com/0e4ef622/memory-spec |
| max_upload_size | |
| id | 1878729 |
| size | 60,498 |
A single source of truth for all your memory.x files.
All values are treated as i64. They can be specified either as an integer directly, or as a
string containing an expression to be evaluated.
+, -, *, and / are implemented. Semantics and precedence are the same as C, except
overflows will result in an error.