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
at main 10 lines 304 B view raw
1// SPDX-FileCopyrightText: Copyright (C) 2024 Roland Csaszar 2// SPDX-License-Identifier: MPL-2.0 3// 4// Project: token-string 5// File: main.rs 6// Date: 23.Nov.2024 7// ============================================================================= 8 9/// Proptest needs a `main()`. 10const fn main() {}