Add an "umbrella" crate, which seeks to provide a convenient interface.

This currently pulls in cretonne-codegen and cretonne-frontend and
provides a simple prelude interface.

This fixes #287.
This commit is contained in:
Dan Gohman
2018-04-17 09:13:33 -07:00
parent f43b6aca1a
commit 85662fbca9
5 changed files with 48 additions and 1 deletions

3
lib/umbrella/README.md Normal file
View File

@@ -0,0 +1,3 @@
This is an umbrella crate which contains no code of its own, but pulls in
other cretonne library crates to provide a convenient one-line dependency
for common use cases.