-
Notifications
You must be signed in to change notification settings - Fork 63
Add missing docs #589
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
Add missing docs #589
Conversation
@@ -99,7 +114,23 @@ where | |||
.apply_rate_limits(request.from.clone(), request.prepare.amount()) | |||
.await | |||
{ | |||
Ok(_) => next.handle_request(request).await, | |||
Ok(_) => { |
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.
This was a bug I introduced in the base PR
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.
👍Is this tested somewhere?
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.
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.
Some minor typos should be fixed but overall really nice work, and I left some comments also.
Regarding the comments on Stream, it will be nice to have reviews from @emschwartz
@@ -8,9 +8,17 @@ | |||
[](https://crates.io/crates/interledger) | |||
[](https://docs.rs/interledger) | |||
[](https://circleci.com/gh/interledger-rs/interledger-rs) | |||
 | |||
 | |||
 |
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.
Closing in favor of new stacked PRs. |
Pulled against #585 .
Adds detailed docs for most things which were missing docs in the repo.
(CI is failing due to type length limit from #585, this is on my TODO list for the base)