Open SanjoDeundiak opened 3 years ago
Awesome! Thank you @SanjoDeundiak let's break this down into smaller sub issues.
Has this been broken down into smaller issues ? I can take on some of tasks if required.
Hey @abhishekc-sharma ! That would be great. Which tasks do you want to take?
Maybe this is a good place to start:
Fix cargo clippy warnings (there are 16)
Also note this PR from @spacekookie is making improvements to ockam_node https://github.com/ockam-network/ockam/pull/2007
That seems like a good place to start @mrinalwadhwa . Will fix the cargo clippy warnings to start with.
Make crate-public if possible:
Make
Executor
functions crate-publicRefactor Cancel API to shorten calls like this
to this
Possible solution: merge cancel capability into Routed struct
Improve crate description
Mention route! macro in
send
andsend_from_address
functions descriptionUpdate
forward
function descriptionUpdate
receive*
functions descriptionImprove start_node description
Not counting tests: 7 TODOs, 2 FIXMEs, 11 unwraps, 2 panics, 1 expect
Fix cargo clippy warnings (there are 16)
Add usage examples for Context functions: address, aliases, new_context, start_worker, start_processor, stop_worker, stop_processor, stop, send, send_from_address, forward, receive*