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

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).

Awesome Lists containing this project

README

          

# simplemap



Build Status


crates.io


Gitter Chat



Documentation

## 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;