make BinaryOperation repr(u8)
All checks were successful
Rust / build (pull_request) Successful in 2m20s

This commit is contained in:
Vinzenz Schroeter 2025-04-12 17:32:39 +02:00
parent 4e3d1ce208
commit cecccb3f28

View file

@ -7,6 +7,7 @@ use crate::{
/// Binary operations for use with the [`BitVecCommand`] command.
#[derive(Clone, PartialEq, Eq, Debug, Default)]
#[repr(u8)]
pub enum BinaryOperation {
/// r := a
#[default]