Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nomeata/haskell-candid

A candid library for Haskell
https://github.com/nomeata/haskell-candid

Last synced: 10 days ago
JSON representation

A candid library for Haskell

Awesome Lists containing this project

README

        

Candid for Haskell
==================

This repository contains a Haskell library for [Candid] to Haskell. You can
find the documentation for the library on
.

The focus here is correctness with regard to the spec, and maybe also
convenience (e.g. it can guess the textual form of field names, which are just
numbers on the wires), but not necessarily high performance. Let me know if you run into troubles because of this.

This package also comes with a `hcandid` command line tool, to convert between binary and textual candid. Just run `hcandid --help` to see how to use it.

[Candid]: https://github.com/dfinity/candid/blob/master/IDL.md