BinaryExtensions

0.1.1

Extensions related to binary representations in Swift
anquii/BinaryExtensions

What's New

v0.1.1

2023-12-02T20:56:13Z

Fixed an issue with the initialization of a FixedWidthInteger using its init?(data:) signature.

Full Changelog: v0.1.0...v0.1.1

BinaryExtensions

Platform Swift Package Manager compatible License

Extensions related to binary representations in Swift.

Platforms

  • macOS 10.15+
  • iOS 13+

Installation

Swift Package Manager

Add the following line to your Package.swift file:

.package(url: "https://github.com/anquii/BinaryExtensions.git", from: "0.1.0")

...or integrate with Xcode via File -> Swift Packages -> Add Package Dependency... using the URL of the repository.

License

BinaryExtensions is licensed under the terms of the MIT license. See the LICENSE file for more information.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Apr 12 2026 14:17:48 GMT-0900 (Hawaii-Aleutian Daylight Time)