[][src]Module near_bindgen::collections

Re-exports

pub use map::Map;
pub use set::Set;

Modules

map

A map implemented on a trie. Unlike std::collections::HashMap the keys in this map are not hashed but are instead serialized.

set

A set implemented on a trie. Unlike std::collections::HashSet the elements in this set are not hashed but are instead serialized.