Tracking issue for str escaping · Issue #27791 · rust-lang/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@alexcrichton

Description

@alexcrichton

This is a tracking issue for the unstable str_escape feature in the standard library. The open questions I know of here are:

I suspect that because the implementations on char are stable that we'll also stabilize these.

Signatures:

String::escape_debug(&self) -> String; String::escape_default(&self) -> String; String::escape_unicode(&self) -> String;