memory-spec

Crates.iomemory-spec
lib.rsmemory-spec
version0.3.0
created_at2025-10-12 01:41:30.478718+00
updated_at2025-11-26 04:16:34.5891+00
descriptionA single source of truth for all your memory.x files
homepage
repositoryhttps://github.com/0e4ef622/memory-spec
max_upload_size
id1878729
size60,498
0e4ef622 (0e4ef622)

documentation

README

memory-spec

A single source of truth for all your memory.x files.

Expressions

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.

Operators

+, -, *, and / are implemented. Semantics and precedence are the same as C, except overflows will result in an error.

Commit count: 0

cargo fmt