github.com/github.com/nfam/byte.swift

A tiny library for dealing with bytes.


License
MIT

Documentation

byte.swift

swift platform build codecov coveralls license

A tiny library for dealing with bytes.

Install

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/nfam/byte.swift.git", majorVersion: 0, minor: 1)
    ]
)