Skip to content
/ hmap Public

Provides hmap! macro for easily creating hashmap's

License

Notifications You must be signed in to change notification settings

playXE/hmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hmap

This crate provides simple hashmap creation, example:

#[macro_use]extern crate hmap;

fn main() {
    //generates HashMap<&'static str,i32>
    let hash_map = hmap!("one" => 1,"two" => 2);
}

About

Provides hmap! macro for easily creating hashmap's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages