hashconsing 1.7.0

A hash consing library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.*
!.gitignore

# Ignore cargo lock file.
Cargo.lock

# Ignore target directory.
/target

# Ignore crappy mac files.
# Ignore files ending in ".nogit".
*.nogit

# Ignore the info module generated by build.
/src/info.rs