IOStreams 是一个 Swift 包,通过 Swift Package Manager 分发。
要在您的项目中使用 IOStreams,请将以下依赖项添加到您的 package.swift
文件中
dependencies: [
...
.package(url: "https://github.com/outfoxx/IOStreams", from: "1.0.0"),
...
],
IOStreams 提供了文档,帮助您开始使用该库,并提供完整的参考文档。
Copyright 2022 Outfox, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://apache.ac.cn/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.