Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Rust Grammar/Rust Type/Rust Compound/Rust Slice/Rust String/
Rust Stringify
Search

Rust Stringify

Created
Created
2022 Jun 23 8:9
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2022 Sep 15 15:21
Refs
Refs
 
 
 
 
 
 
stringify in std - Rust
Stringifies its arguments. This macro will yield an expression of type &'static str which is the stringification of all the tokens passed to the macro. No restrictions are placed on the syntax of the macro invocation itself. Note that the expanded results of the input tokens may change in the future.
https://doc.rust-lang.org/std/macro.stringify.html
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Rust Grammar/Rust Type/Rust Compound/Rust Slice/Rust String/
Rust Stringify
Copyright Seonglae Cho