diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 16:19:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 16:19:20 -0800 |
commit | e3a9b020283c62c8335f2f1124eab304074e3415 (patch) | |
tree | f8944f13c447a7ed9d3d2f8f4da5de0bd12d4f47 /rust/fatcat-api-spec/README.md | |
parent | 30618aaaf858b671544be984f5aa47681777e23e (diff) | |
download | fatcat-e3a9b020283c62c8335f2f1124eab304074e3415.tar.gz fatcat-e3a9b020283c62c8335f2f1124eab304074e3415.zip |
rust impl response types
Diffstat (limited to 'rust/fatcat-api-spec/README.md')
-rw-r--r-- | rust/fatcat-api-spec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index 3dcee270..95a39ba3 100644 --- a/rust/fatcat-api-spec/README.md +++ b/rust/fatcat-api-spec/README.md @@ -13,7 +13,7 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) - API version: 0.1.0 -- Build date: 2019-01-09T21:14:27.679Z +- Build date: 2019-01-09T23:33:10.040Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. |