slicefields 1.0.0

Allows for data structures whose members are sub byte aligned (e.g. a one bit alignment)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# bitstruct

The bitstruct crate provides a zero-cost way of using bit slices into fields of a struct as if they were real fields

## Documentation

https://docs.rs/bitstruct

## Contributing

This project is open to any sorts of contributions, be it by notifying me of an issue with the library
or by directly contributing code. Since I want to keep this library small and simple, however, you should
open an issue to discuss the changes you want to make before starting work on a pull request.

## License

Copyright 2023, TeleportAura
This software is licensed under the [MPL 2.0](LICENSE) license