Crates.io | sffs |
lib.rs | sffs |
version | 0.1.0 |
source | src |
created_at | 2019-06-10 00:25:42.335053 |
updated_at | 2019-06-10 00:25:42.335053 |
description | A collection of bitwise operations |
homepage | https://github.com/shinnya/sffs |
repository | https://github.com/shinnya/sffs |
max_upload_size | |
id | 140066 |
size | 14,847 |
sffs is a collection of bitwise operations, especially FFS.
// Count leading zeros
assert_eq!(4, sffs:clz(1u64 << 60));