-
Notifications
You must be signed in to change notification settings - Fork 390
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
Update crate tagline to highlight that it works #3666
base: main
Are you sure you want to change the base?
Update crate tagline to highlight that it works #3666
Conversation
I've assigned @jkczyz as a reviewer! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About time lol.
@@ -5,9 +5,8 @@ authors = ["Matt Corallo"] | |||
license = "MIT OR Apache-2.0" | |||
repository = "https://github.com/lightningdevkit/rust-lightning/" | |||
description = """ | |||
A Bitcoin Lightning library in Rust. | |||
A Complete Bitcoin Lightning library in Rust. | |||
Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: does most of the hard work, vaguely suggests incomplete pieces.
"Handles the core functionality of the Lightning Network, allowing clients to implement custom wallet, chain interactions, storage and network logic without enforcing a specific runtime."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that reads better, IMO.
@@ -5,9 +5,8 @@ authors = ["Matt Corallo"] | |||
license = "MIT OR Apache-2.0" | |||
repository = "https://github.com/lightningdevkit/rust-lightning/" | |||
description = """ | |||
A Bitcoin Lightning library in Rust. | |||
A Complete Bitcoin Lightning library in Rust. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how much that adds or what should be capitalized, TBH :P
@@ -5,9 +5,8 @@ authors = ["Matt Corallo"] | |||
license = "MIT OR Apache-2.0" | |||
repository = "https://github.com/lightningdevkit/rust-lightning/" | |||
description = """ | |||
A Bitcoin Lightning library in Rust. | |||
A Complete Bitcoin Lightning library in Rust. | |||
Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that reads better, IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
No description provided.