https://github.com/dpc/simplemap-rs
Simple Map with default for missing values and compacting (removal of default values from underlying map).
https://github.com/dpc/simplemap-rs
Last synced: about 1 year ago
JSON representation
Simple Map with default for missing values and compacting (removal of default values from underlying map).
- Host: GitHub
- URL: https://github.com/dpc/simplemap-rs
- Owner: dpc
- License: mpl-2.0
- Created: 2015-06-22T08:28:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T06:29:50.000Z (about 10 years ago)
- Last Synced: 2025-03-29T05:48:22.077Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 577 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MPL
Awesome Lists containing this project
README
# simplemap
## Introduction
Simple Map with default for missing values and compacting (removal of default values from underlying map).
## Usage
In `Carto.toml`
[dependencies]
dpc-simplemap = "*"
In `src/main.rs`:
extern crate simplemap;