hashconsing 1.3.0

A hash consing library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ignore cargo lock file.
*.lock

# Ignore target directory.
/target

# Ignore crappy mac files.
.DS_Store

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

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

# Ignore benchs dir.
/benchs/