Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Replace comment removed by accident
  • Loading branch information
benashford committed Dec 28, 2020
commit 87d4386b5a3712e3732e61d134239af234d2fcf8
1 change: 1 addition & 0 deletions examples/realistic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async fn main() {
do_main().await;
}

/// An artificial "realistic" non-trivial example to demonstrate usage
async fn do_main() {
// Create some completely arbitrary "test data"
let test_data_size = 10;
Expand Down