A package containing numeric protocols, for the Swift programming language.
No overview available.
The Swift Package Manager is a tool for managing the distribution of Swift code and is integrated into the swift compiler.
Add the package to the dependencies in your Package.swift
file.
let package: Package = .init(
...
dependencies: [
.package(url: "https://github.com/alexandrehsaad/swift-numeric-protocols.git", branch: "main")
],
...
)
Add the package as a dependency on your target in your Package.swift
file.
let package: Package = .init(
...
targets: [
.target(name: "MyTarget", dependencies: [
.product(name: "NumericProtocols", package: "swift-numeric-protocols")
]),
],
...
)
Import the package in your source code.
import NumericProtocols
You can read more about this package by visiting the documentation page.
If you find a bug, please create an issue.
The current code owner of this repository is Alex (@alexandrehsaad). If you want to share your thoughts or feedback on how to improve this repository, you can contact him by writing an email to alexandresaad at icloud dot com.
If this repository has been useful to you in some way, show your support by starring it.
To be a truly great community, we welcome developers from all walks of life, with different backgrounds, and with a wide range of experience. A diverse and friendly community will have more great ideas, more unique perspectives, and produce more great code. We will work diligently to make this community welcoming to everyone. See the CODE_OF_CONDUCT.md
file for more information.
Distributed under Apache License v2.0 with Runtime Library Exception. See the LICENSE.md
file for more information.
link |
Stars: 1 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics