Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created March 8, 2025 15:44
Show Gist options
  • Select an option

  • Save theArjun/fcc5f03d81e3c048bd4cff68a6d95b44 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/fcc5f03d81e3c048bd4cff68a6d95b44 to your computer and use it in GitHub Desktop.
let owned_str = String::from("42");
let num: i32 = owned_str.parse().unwrap();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment