Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash-Chain

hex characters in the shape of a chain

A tiered hashmap and hashset implementation that allows for easily representing lexically scoped variables.

const x = 0;
const y = 2;
function me() {
    let x = 1;
    console.log(x); //prints 1
    console.log(y); //prints 2
}
console.log(x) //prints 0

About

A tiered hashmap for Rust

Resources

Code of conduct

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages