Skip to content

alex05447/miniunchecked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miniunchecked

A crate with some utility methods for debug unchecked operations on Option, Result and slice / str, as well as a debug unreachable! alternative.

A middle ground between someting like

an operation which does unsafe access in release configuration, for optimal codegen if the invariants are maintained by other means, but also panics on None / Err / out of bounds index in debug configuration / when running tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages