summaryrefslogtreecommitdiff
path: root/vendor/prost-derive-0.12.6/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/prost-derive-0.12.6/README.md')
-rw-r--r--vendor/prost-derive-0.12.6/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/prost-derive-0.12.6/README.md b/vendor/prost-derive-0.12.6/README.md
deleted file mode 100644
index a51050e7..00000000
--- a/vendor/prost-derive-0.12.6/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-[![Documentation](https://docs.rs/prost-derive/badge.svg)](https://docs.rs/prost-derive/)
-[![Crate](https://img.shields.io/crates/v/prost-derive.svg)](https://crates.io/crates/prost-derive)
-
-# prost-derive
-
-`prost-derive` handles generating encoding and decoding implementations for Rust
-types annotated with `prost` annotation. For the most part, users of `prost`
-shouldn't need to interact with `prost-derive` directly.
-
-## License
-
-`prost-derive` is distributed under the terms of the Apache License (Version 2.0).
-
-See [LICENSE](../LICENSE) for details.
-
-Copyright 2017 Dan Burkert