toolbox-rs 0.6.0

A toolbox of basic data structures and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
- package-ecosystem: cargo
  directory: "/"
  schedule:
    interval: daily
    time: "01:00"
# Enable version updates for Actions
- package-ecosystem: "github-actions"
  # Look for `.github/workflows` in the `root` directory
  directory: "/"
  # Check for updates once a week
  schedule:
    interval: "weekly"