beetle_bits 0.2.0

I made this to prevent having to typecast bools as u8's in some of my projects, and that's likely all it will be for. I may implement a Byte type as a joke, which would just be an index-able u8.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies.num]
version = "0.4.0"

[package]
authors = ["beetle"]
description = "I made this to prevent having to typecast bools as u8's in some of my projects, and that's likely all it will be for. I may implement a Byte type as a joke, which would just be an index-able u8."
edition = "2021"
license = "MIT"
name = "beetle_bits"
version = "0.2.0"