Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 348 Bytes

Loaf

Why have a slice when you can have a loaf?

What this is

Sometimes you know that a slice must have at least one element in it, but Rust forces you to do "last minute decision" by unwrap()ing Option from for example first() for split_first() methods.

crates.io docs.rs