uv/crates/uv-trampoline/src
konsti 2375008cc1
Use c-string literals and update trampolines (#2590)
Rust 1.77 has stabilized c-string literals (`c"<string>"`):
https://doc.rust-lang.org/nightly/edition-guide/rust-2021/c-string-literals.html.
This PR replaces the usages of the custom c-string literal macro in the
trampoline with the new syntax.
2024-03-21 15:36:00 +00:00
..
bin Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
bounce.rs Use c-string literals and update trampolines (#2590) 2024-03-21 15:36:00 +00:00
diagnostics.rs Use c-string literals and update trampolines (#2590) 2024-03-21 15:36:00 +00:00
helpers.rs Use c-string literals and update trampolines (#2590) 2024-03-21 15:36:00 +00:00
lib.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
runtime.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00