You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 wherePackage.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.
The text was updated successfully, but these errors were encountered: