Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. extern crate rayon;
  2. use
  3.  
  4. fn main() {
  5. let r = Regex::new("world").unwrap();
  6.  
  7. assert!(r.is_match("Hello, world!"));
  8.  
  9. println!("Using external crates works! Not all of them, but the most popular!");
  10. }
Add Comment
Please, Sign In to add comment