Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ Then use it in your Rust code:
use rustastic_drone::RustasticDrone;
```

# Assistance
# Assistance

You can contact us through our telegram bot if you need more infos: https://t.me/rustastic_support_bot
2 changes: 1 addition & 1 deletion src/drone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl RustasticDrone {
/// - `true`: if the packet was successfully sent to the destination drone.
/// - `false`: if there was an error in sending the packet, either due to an unreachable destination or a failure in the
/// communication channel.
///1
/// 1
/// # Behavior
/// - The method extracts the next hop in the routing path (`destination`), checks if the destination is available in
/// `packet_send`, and attempts to send the packet to that destination.
Expand Down
Loading