owayss

Results 4 issues of owayss

The coveralls badge has the `branch` URL query parameters set to the fixed string `branch`, instead of the user provided value for the branch attribute. This is fixed in https://github.com/livioribeiro/cargo-readme/pull/68....

This PR: * https://github.com/livioribeiro/cargo-readme/commit/d2db80b48890a143d9d5639c198c9ce3a31e6ba2 replaces [`String::split_off(usize)`](https://doc.rust-lang.org/src/alloc/string.rs.html#1443) with `String::truncate(usize)` as its returned value is unused so that the tests `no_entrypoint_fail` and `multiple_bin_fail` have the expected output. * https://github.com/livioribeiro/cargo-readme/commit/6fed7ed15d6c72c795881c3411f4c2492c0f5e86 fixes the coveralls...

👋 This proposal adds support for OSS implementations of the xDS control plane. Kindly let me know whether this is something you would like integrated into envoy-tools/csds-client, and what are...