Move entity into a separate crate (#297)

This commit is contained in:
Amanieu d'Antras
2018-04-10 19:06:49 +01:00
committed by Dan Gohman
parent 18b2f12150
commit 9e17e62d68
13 changed files with 94 additions and 37 deletions

2
lib/entity/README.md Normal file
View File

@@ -0,0 +1,2 @@
This crate contains array-based data structures used by the core Cretonne code
generator which use densely numbered entity references as mapping keys.