Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 301 Bytes

SchemeClient

A small wrapper package around xcall. SchemeClient uses SwiftShell to call xcall.

Usage

let client = SchemeClient.live
let result = client.run("foo://bar")
let stdout = try result.get()