Introduce BUILD.md (#137)

Our build instructions were scattered across a few README's.

This consolidates all instructions relevant to Conduit development into
a single BUILD.md.

Fixes #134

Signed-off-by: Andrew Seigner <andrew@sig.gy>
This commit is contained in:
Andrew Seigner 2018-01-16 23:19:53 -08:00 committed by GitHub
parent d6cd34fc98
commit 1a386d1f1f
3 changed files with 0 additions and 15 deletions

View File

@ -1,3 +0,0 @@
# Tower gRPC examples
Demonstrates how to use Tower gRPC clients and servers with code generation.

View File

@ -1,12 +0,0 @@
# tower-h2
Tower `Service` abstractions for HTTP/2 and Rust.
**This library is not production ready. Do not try to use it in a production
environment or you will regret it!** This crate is still under active
development and there has not yet been any focus on documentation (because you
shouldn't be using it yet!).
# License
buoyant internal. not yet for distribution.

View File