sffs

Crates.iosffs
lib.rssffs
version0.1.0
sourcesrc
created_at2019-06-10 00:25:42.335053
updated_at2019-06-10 00:25:42.335053
descriptionA collection of bitwise operations
homepagehttps://github.com/shinnya/sffs
repositoryhttps://github.com/shinnya/sffs
max_upload_size
id140066
size14,847
Shinya Yamaoka (shinnya)

documentation

README

sffs(Software implemented Find First Set)

Overview

sffs is a collection of bitwise operations, especially FFS.

Example

// Count leading zeros
assert_eq!(4, sffs:clz(1u64 << 60));
Commit count: 0

cargo fmt