Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 5.83 KB

README.md

File metadata and controls

74 lines (63 loc) · 5.83 KB

Ferris the crab playing the bongos

build coverage docs

Optional #![forbid(unsafe_code)]

rithmic

Utility

Procedural macros

Algorithms

Data Structures

Math

Misc

Items marked ⚙️ are working and tested but missing documentation - email or open an issue and I will add it

Features

unsafe

  • By default, this crate uses #![forbid(unsafe_code)] to guarantee no undefined behavior (UB). The unsafe feature drops this attribute to enable some performance gains
  • The library is still written such that UB should not be possible; however this becomes no longer verifiable by the compiler
  • Currently, this affects: NdVec, BVec, NdFenwick