ic-cron 0.2.2

Makes your IC canister pro-active
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## IC Cron

Makes your canister pro-active

```rust
ic_cron::implement_cron!();

...

// in any function excluding #[init]
cron_enqueue(...);
```