apple / apple/swift-nio-examples
Using JSONRPC codecs in another project
- Dominant language
- Swift
- Stars
- 256
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I would like to use the JSONRPC codecs in a project of mine.
While the json-rpc folder contains a `Package.swift` file, it is of no use since a Swift package seems to be defined by a repository where `Package.swift` is placed in the root.
Is there any other recommended way to use the JSONRPC code besides just copying it into my project?
My use case is only academic/experimental and I am aware that this repository only contains example code that should not be used without further review.
Contributor guide
Research direction
Start by comparing the json-rpc/Package.swift file with the repository root and the project’s package layout. Determine how the JSONRPC codecs could be consumed without copying the source; the work is done when a documented, supported integration path is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100