Skip to content

[Feature request] Arithmetic Operations #23

Description

@JoshuaVandaele

Hey,

I've been finding myself using this crate for a personal project, however a current struggle is to add Bytes together (I currently use get_bytes to addition them), however, it'd be great if we'd be able to simply add those two together:

let byte1 = Byte::from(10)
let byte2 = Byte::from(20)
let byte3 = byte1 + byte2 // Currently doesn't work

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions