We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8b38b commit e242badCopy full SHA for e242bad
README.md
@@ -15,6 +15,11 @@
15
[license]: https://github.com/stepancheg/rust-protobuf/blob/master/LICENSE.txt
16
[license-shields]: https://img.shields.io/crates/l/protobuf.svg
17
18
+# End of life
19
+
20
+This implementation is approaching end of life. Official protobuf implementation (not based on this implementation) is on the way,
21
+that will be released as protobuf=4 soon. Follow progress in [protobuf repository](https://github.com/protocolbuffers/protobuf/tree/main/rust).
22
23
[Protobuf](https://developers.google.com/protocol-buffers/docs/overview) implementation in [Rust](https://www.rust-lang.org/).
24
25
* Written in pure rust
0 commit comments