AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
317 stars 23 forks source link

update doc in `lib.rs` #122

Closed TornaxO7 closed 9 months ago

TornaxO7 commented 9 months ago

next step: lib.rs!

I basically removed the introduction text since it's already in the README and most people who are reading the docs want to know how they should use it.

AMythicDev commented 9 months ago

I just want to give you a suggestion that please do not reuse the same branch for multiple PRs as it makes the branch history look ugly and non-linear. If you really want to go this way, we can make one giant PR to improve all the docs. Also avoid merging main into feature branches, always rebase them.

TornaxO7 commented 9 months ago

I just want to give you a suggestion that please do not reuse the same branch for multiple PRs as it makes the branch history look ugly and non-linear. If you really want to go this way, we can make one giant PR to improve all the docs. Also avoid merging main into feature branches, always rebase them.

well that's a fair point. I'll create a new branch. Sorry