Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 310 Bytes

string-slice.md

File metadata and controls

18 lines (15 loc) · 310 Bytes
title timestamp author published description tags todo
String slice in Rust
2024-02-20 03:20:01 -0800
szabgab
true
How to get part of a string
str
String
to_owned
TODO

{% include file="examples/string-slice/src/main.rs" %}

{% include file="examples/string-slice/out.txt" %}