Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wafflelapkin/phantasm
small rust crate for working with variance
https://github.com/wafflelapkin/phantasm
Last synced: about 1 month ago
JSON representation
small rust crate for working with variance
- Host: GitHub
- URL: https://github.com/wafflelapkin/phantasm
- Owner: WaffleLapkin
- License: mit
- Created: 2020-05-11T08:00:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T16:12:36.000Z (over 2 years ago)
- Last Synced: 2024-10-13T16:59:46.535Z (about 1 month ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phantasm
[![CI status](https://github.com/WaffleLapkin/phantasm/workflows/Continuous%20integration/badge.svg)](https://github.com/WaffleLapkin/phantasm/actions)
[![crates.io](https://img.shields.io/crates/v/phantasm)](https://crates.io/crates/phantasm)
[![documentation (docs.rs)](https://docs.rs/phantasm/badge.svg)](https://docs.rs/phantasm)
[![documentation (master)](https://img.shields.io/badge/docs-master-blue)](https://phantasm-rs.netlify.com)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)`phantasm` provides tools for working with variance. See [docs](https://docs.rs/phantasm) for more.
```toml
[dependencies]
phantasm = "0.1"
```_Compiler support: requires rustc 1.40+_