Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add utility functions for dealing with Uint8Arrays #55

Closed
wants to merge 8 commits into from

Commits on Jul 30, 2020

  1. feat: add utility methods for dealing with Uint8Arrays

    On my weird side-quest to replace node `Buffer`s with `Uint8Array`s
    I find myself reimplementing the same functions over and over again
    in each repo.
    
    In the interests of reuse I've made utility functions for them here.
    achingbrain committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    cf9c5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837bbb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    659b76c View commit details
    Browse the repository at this point in the history
  4. chore: unsaved files

    achingbrain committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    079f80f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    371b6f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb83a28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb5033e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    4030927 View commit details
    Browse the repository at this point in the history