brads_leet_code_string_to_integer 0.1.0

LeetCode string to integer (atoi) problem solution
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented1 out of 3 items with examples
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BradleyOlson64

A library crate with the sole purpose of building out a solution to the 'string_to_integer, atoi' LeetCode problem. This was a particularly performant solution, though a bit messily coded.