You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Couldn't find a better category. It would be nice to have newest Rust available on Codewars. It would be even nicer if existing katas would have access to this new Rust version (or at least 1.25). Katas created with Rust 1.15 are most probably finishable with higher version of Rust because of it's renowned backward compatibility (they run tests with major crates to check this, I guess katas are not as complicated as Diesel, Serde or Hyper. It makes me a little bit sad when I finish writing the code, get compiler error, and finally notice that the particular kata is for 1.15 exclusively.