www.rust.new Open in urlscan Pro
2a05:d014:275:cb01::c8  Public Scan

Submitted URL: https://rust.new/
Effective URL: https://www.rust.new/
Submission Tags: phishingrod
Submission: On June 23 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

RUN A RUST PROGRAM


 * WRITE A RUST HELLO, WORLD!
   
   Playground
   
   prints "hello, world" to the console using the println! macro
   
   View Code
   Run Program


 * USING RAND
   
   Playground
   
   Choose two random items from a Vec
   
   View Code
   Run Program


 * MATCHING
   
   Playground
   
   Use match on Option types
   
   View Code
   Run Program