File tree 2 files changed +10
-0
lines changed 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.
54
54
- `mysql_common/time03`
55
55
- `mysql_common/uuid`
56
56
- `mysql_common/frunk`
57
+ - `binlog`
57
58
58
59
* `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.
59
60
@@ -96,6 +97,10 @@ as well as `native-tls`-based TLS support.
96
97
97
98
* `derive` – enables `mysql_commom/derive` feature
98
99
100
+ * `binlog` - enables binlog-related functionality. Enables:
101
+
102
+ - `mysql_common/binlog"
103
+
99
104
[myslqcommonfeatures ]: https://github.com/blackbeam/rust_mysql_common#crate-features
100
105
101
106
# # TLS/SSL Support
Original file line number Diff line number Diff line change 53
53
//! - `mysql_common/time03`
54
54
//! - `mysql_common/uuid`
55
55
//! - `mysql_common/frunk`
56
+ //! - `binlog`
56
57
//!
57
58
//! * `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.
58
59
//!
95
96
//!
96
97
//! * `derive` – enables `mysql_commom/derive` feature
97
98
//!
99
+ //! * `binlog` - enables binlog-related functionality. Enables:
100
+ //!
101
+ //! - `mysql_common/binlog"
102
+ //!
98
103
//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
99
104
//!
100
105
//! # TLS/SSL Support
You can’t perform that action at this time.
0 commit comments