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

https://github.com/murarth/polymap

A map containing varying types of values
https://github.com/murarth/polymap

Last synced: 3 months ago
JSON representation

A map containing varying types of values

Awesome Lists containing this project

README

          

# polymap

A map containing varying types of value.

[Documentation](https://docs.rs/polymap/)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
polymap = "0.2"
```

And this to your crate root:

```rust
extern crate polymap;
```