Skip to content

Commit e242bad

Browse files
authored
Add end of life section to README
1 parent 4e8b38b commit e242bad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
[license]: https://github.com/stepancheg/rust-protobuf/blob/master/LICENSE.txt
1616
[license-shields]: https://img.shields.io/crates/l/protobuf.svg
1717

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+
1823
[Protobuf](https://developers.google.com/protocol-buffers/docs/overview) implementation in [Rust](https://www.rust-lang.org/).
1924

2025
* Written in pure rust

0 commit comments

Comments
 (0)