Short (up to 65,535 bytes) immutable strings to e.g. parse tokens, implemented in Rust. These are sometimes called "German Strings", because Germans have written the paper mentioning them

Add documenation on how to install crenaelift backend

+4 -1
+4 -1
Cargo.toml
··· 1 1 # To use Cranelift as backend: 2 + # Install it: 3 + # `rustup component add rustc-codegen-cranelift-preview --toolchain nightly` 4 + # 2 5 # cargo-features = ["edition2024", "codegen-backend"] 3 - 6 + # 4 7 # [profile.dev] 5 8 # codegen-backend = "cranelift" 6 9