Skip to content

Replace cstr! with c"" literals when 1.77 is released #623

@kkysen

Description

@kkysen

rust-lang/rust#117472 stabilized c"" string literals and is supposed to be released with 1.77, so when that comes out, we can update our toolchain, use c"" string literals instead of the cstr! macro and the cstr crate.

See #619 (comment).

Metadata

Metadata

Assignees

Labels

low priorityIssues that we would like to address at some point in the future

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions