Skip to content

Commit 514d6db

Browse files
committed
Document the binlog feature
1 parent a8be430 commit 514d6db

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
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
//!
@@ -95,6 +96,10 @@
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

0 commit comments

Comments
 (0)