Skip to content

Commit

Permalink
Document the binlog feature
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Nov 8, 2023
1 parent a8be430 commit 514d6db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ as well as `native-tls`-based TLS support.
- `mysql_common/time03`
- `mysql_common/uuid`
- `mysql_common/frunk`
- `binlog`

* `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.

Expand Down Expand Up @@ -96,6 +97,10 @@ as well as `native-tls`-based TLS support.

* `derive` – enables `mysql_commom/derive` feature

* `binlog` - enables binlog-related functionality. Enables:

- `mysql_common/binlog"

[myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features

## TLS/SSL Support
Expand Down
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
//! - `mysql_common/time03`
//! - `mysql_common/uuid`
//! - `mysql_common/frunk`
//! - `binlog`
//!
//! * `default-rustls` – same as default but with `rustls-tls` instead of `native-tls-tls`.
//!
Expand Down Expand Up @@ -95,6 +96,10 @@
//!
//! * `derive` – enables `mysql_commom/derive` feature
//!
//! * `binlog` - enables binlog-related functionality. Enables:
//!
//! - `mysql_common/binlog"
//!
//! [myslqcommonfeatures]: https://github.com/blackbeam/rust_mysql_common#crate-features
//!
//! # TLS/SSL Support
Expand Down

0 comments on commit 514d6db

Please sign in to comment.