Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include README.md as doc in lib.rs #121

Closed
wants to merge 1 commit into from
Closed

Include README.md as doc in lib.rs #121

wants to merge 1 commit into from

Conversation

flosse
Copy link
Member

@flosse flosse commented Jul 13, 2022

No description provided.

@flosse flosse requested a review from uklotzde July 13, 2022 10:15

[![Crates.io](https://img.shields.io/crates/v/tokio-modbus.svg)](https://crates.io/crates/tokio-modbus)
[![Docs.rs](https://docs.rs/tokio-modbus/badge.svg)](https://docs.rs/tokio-modbus/)
[![Security audit](https://github.com/slowtec/tokio-modbus/actions/workflows/security-audit.yaml/badge.svg)](https://github.com/slowtec/tokio-modbus/actions/workflows/security-audit.yaml)
[![Continuous integration](https://github.com/slowtec/tokio-modbus/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/slowtec/tokio-modbus/actions/workflows/continuous-integration.yaml)

Modbus is based on a [master/slave](https://en.wikipedia.org/wiki/Master/slave_(technology))
model.
To avoid confusions with the tokio terminology the master is called *client*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'confusion' without plural 's'? Also 'Tokio' capitalized as name.


[![Crates.io](https://img.shields.io/crates/v/tokio-modbus.svg)](https://crates.io/crates/tokio-modbus)
[![Docs.rs](https://docs.rs/tokio-modbus/badge.svg)](https://docs.rs/tokio-modbus/)
[![Security audit](https://github.com/slowtec/tokio-modbus/actions/workflows/security-audit.yaml/badge.svg)](https://github.com/slowtec/tokio-modbus/actions/workflows/security-audit.yaml)
[![Continuous integration](https://github.com/slowtec/tokio-modbus/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/slowtec/tokio-modbus/actions/workflows/continuous-integration.yaml)

Modbus is based on a [master/slave](https://en.wikipedia.org/wiki/Master/slave_(technology))
model.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'model' or more specific 'topology' in this context?

@uklotzde
Copy link
Member

I also used this for new crates to avoid redundant docs and to ensure visibility on all platforms (docs.rs/crates.io/github.com).

@uklotzde
Copy link
Member

Merged.

@uklotzde uklotzde closed this Jul 26, 2022
@uklotzde uklotzde deleted the readme branch July 26, 2022 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants