loaf

Crates.ioloaf
lib.rsloaf
version0.2.0-alpha2
sourcesrc
created_at2020-07-12 10:59:59.96943
updated_at2022-06-11 11:57:50.041983
descriptionWhy have a slice when you can have a loaf?
homepage
repositoryhttps://github.com/Soveu/loaf
max_upload_size
id264352
size17,963
(Soveu)

documentation

README

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

Commit count: 23

cargo fmt