aboutsummaryrefslogtreecommitdiff
path: root/src/ship.rs
Commit message (Collapse)AuthorAge
* planet: Fix template for VMsCara Salter2022-06-10
| | | | Still to-do: Automatically add the installation `Ship` to the VM
* ship: Make download() syncCara Salter2022-06-10
|
* ship: Make Star a borrowCara Salter2022-06-10
|
* ship: Implement CloneCara Salter2022-06-10
|
* star: Add struct for new Planet HTTP requests1.5.0Cara Salter2022-06-10
|
* ships: Make DbShip take all primitive typesCara Salter2022-05-29
| | | | | Sha256 does not deserialize from postgres, so it's converted after fetching from the database
* ship: Add DbShipCara Salter2022-05-29
| | | | | Allows for easier querying from a database using, e.g, sqlx' `query_as!` macro.
* Project rename1.2.1Cara Salter2022-05-26