Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pthariensflame/invariant.rs
A Rust library for creating wrapper types that enforce invariants
https://github.com/pthariensflame/invariant.rs
Last synced: 27 days ago
JSON representation
A Rust library for creating wrapper types that enforce invariants
- Host: GitHub
- URL: https://github.com/pthariensflame/invariant.rs
- Owner: pthariensflame
- License: apache-2.0
- Created: 2016-08-21T18:09:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T17:05:03.000Z (about 8 years ago)
- Last Synced: 2024-10-12T17:43:23.659Z (about 1 month ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# invariant
[![Build Status](https://travis-ci.org/pthariensflame/invariant.rs.svg?branch=master)](https://travis-ci.org/pthariensflame/invariant.rs)
[![Crates.io](https://img.shields.io/crates/v/invariant.svg)](https://crates.io/crates/invariant)A Rust library for creating wrapper types that enforce invariants.