Crates.io | sized_bitset |
lib.rs | sized_bitset |
version | 0.3.1 |
source | src |
created_at | 2023-04-06 15:05:11.158504 |
updated_at | 2023-04-12 22:15:03.511377 |
description | statically-sized biset |
homepage | |
repository | https://github.com/LoliGothick/sized_bitset |
max_upload_size | |
id | 832248 |
size | 19,785 |
This library provides SizedBiset<B>
, which is an idea borrowed from C++'s std::bitset<N>
and some functionalities for it.