repeating_future 0.1.0

[RepeatingFuture] is a [Future] that can call an async function of an object over and over again.
Documentation
1
2
3
4
5
6
7
8
9
10
edition="2018"
max_width = 120
reorder_imports = true
brace_style = "SameLineWhere"
blank_lines_upper_bound = 1
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
wrap_comments = false
use_field_init_shorthand = true
unstable_features = true