ferrisup 0.2.5

A versatile Rust project bootstrapping tool - start anywhere, scale anywhere
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "data": [
    {"x": 1.0, "y": 3.1, "target": 5.1},
    {"x": 1.5, "y": 4.1, "target": 6.6},
    {"x": 2.0, "y": 5.0, "target": 9.0},
    {"x": 2.5, "y": 6.0, "target": 10.5},
    {"x": 3.0, "y": 7.1, "target": 13.1},
    {"x": 3.5, "y": 8.0, "target": 15.5}
  ]
}