summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/bitfield.rs
AgeCommit message (Expand)Author
2023-07-18openpgp: Add examples and documentation to Bitfield, make it public.Justus Winter
2023-07-18openpgp: Derive Default for Bitfield.Justus Winter
2023-07-18openpgp: Rework iteration over set bits.Justus Winter
2023-07-18openpgp: Rework Bitfield::padding_len.Justus Winter
2023-07-18openpgp: Avoid bit twiddling.Justus Winter
2023-07-18openpgp: Modify Bitfields in-place.Justus Winter
2023-07-18openpgp: Don't implicitly canonicalize Bitfields.Justus Winter
2023-07-18openpgp: Impl AsRef and AsMut for Bitfield.Justus Winter
2023-07-18openpgp: Rename accessors for the raw bytes.Justus Winter
2023-07-18openpgp: Make Bitfield opaque.Justus Winter
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-08-05openpgp: Fix documentation.Justus Winter
2020-07-28openpgp: Extract the Bitfield type from struct Features.Justus Winter