File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ as well as `native-tls`-based TLS support.
5454 - `mysql_common/time03`
5555 - `mysql_common/uuid`
5656 - `mysql_common/frunk`
57+ - `binlog`
5758
5859* `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.
5960
@@ -96,6 +97,10 @@ as well as `native-tls`-based TLS support.
9697
9798* `derive` – enables `mysql_commom/derive` feature
9899
100+ * `binlog` - enables binlog-related functionality. Enables:
101+
102+ - `mysql_common/binlog"
103+
99104[myslqcommonfeatures ]: https://github.com/blackbeam/rust_mysql_common#crate-features
100105
101106# # TLS/SSL Support
Original file line number Diff line number Diff line change 5353//! - `mysql_common/time03`
5454//! - `mysql_common/uuid`
5555//! - `mysql_common/frunk`
56+ //! - `binlog`
5657//!
5758//! * `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.
5859//!
9596//!
9697//! * `derive` – enables `mysql_commom/derive` feature
9798//!
99+ //! * `binlog` - enables binlog-related functionality. Enables:
100+ //!
101+ //! - `mysql_common/binlog"
102+ //!
98103//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
99104//!
100105//! # TLS/SSL Support
You can’t perform that action at this time.
0 commit comments