Skip to content

barryfam/rithmic

Repository files navigation

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

About

Rust odds & ends

Resources

Stars

Watchers

Forks