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
- Host: GitHub
- URL: https://github.com/murarth/polymap
- Owner: murarth
- License: apache-2.0
- Created: 2015-01-06T19:03:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T20:11:16.000Z (over 6 years ago)
- Last Synced: 2026-02-12T09:50:37.109Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 564 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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;
```