Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pthariensflame/identity.rs

A stable Rust implementation of an identity (a.k.a., “equality witness”) type
https://github.com/pthariensflame/identity.rs

Last synced: 11 days ago
JSON representation

A stable Rust implementation of an identity (a.k.a., “equality witness”) type

Awesome Lists containing this project

README

        

# identity

[![Build Status](https://travis-ci.org/pthariensflame/identity.rs.svg?branch=master)](https://travis-ci.org/pthariensflame/identity.rs)
[![Crates.io](https://img.shields.io/crates/v/identity.svg)](https://crates.io/crates/identity)
[![Crates.io](https://img.shields.io/badge/documentation-on%20Github%20Pages-lightgray.svg)](https://pthariensflame.github.io/identity.rs/doc/identity/)

A stable Rust implementation of an [identity (a.k.a., “equality witness”) type](https://ncatlab.org/nlab/show/identity+type).