Skip to content

arthurlm/codecrafters-grep-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecrafters grep

Solution to the Codecrafters grep challenge.

  • Everything works.
  • Contains comment on code.
  • Have minimal usage on unwrap / expect.
  • Use minimal possible extra crate 😁.
  • Have nice unit tests (95.90% covered using cargo llvm-cov).

What can be improved in this code

  • Performances has not really been considered while developing this project.