aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
Commit message (Collapse)AuthorAgeFilesLines
* update rust README dependency section (ubuntu focal)Bryan Newbold2022-01-261-4/+6
|
* rust: swith postgresql database to 'fatcat_dev' (distinct from 'fatcat_test')Bryan Newbold2022-01-211-1/+1
|
* codespell fixes to various other docsBryan Newbold2021-11-241-1/+1
|
* bump required rust to 1.36Bryan Newbold2019-12-031-1/+1
| | | | | | | | | | | | This isn't a fatcat rust requirement, but instead a diesel requirement, via rust-smallvec, which in v1.0 uses the alloc crate: https://github.com/servo/rust-smallvec/issues/73 I think the reason this came up now is that diesel-cli is an application and doesn't have a Cargo.lock file, and the build was updated. Using some binary mechanism to install these dependencies would be more robust, but feels like a yak shave right now.
* update rust README with fatcat_test db creation noteBryan Newbold2019-10-031-1/+4
|
* update rust README re: opensslBryan Newbold2019-10-011-17/+1
| | | | | | | | | I believe an openssl library is still required locally, but with the SSL/TLS removal it now doesn't matter if it is OpenSSL 1.0 or 1.1. This is only a temporary work-around. When we update rust code generation, we will need to revisit these changes. The current version of swagger-rs still depends on HTTPS and OpenSSL 1.0 (via dependencies).
* update more rust library name refsBryan Newbold2019-09-051-1/+1
|
* document openssl 1.0/1.1 problemBryan Newbold2019-08-291-1/+18
|
* update required rust to 1.34+Bryan Newbold2019-08-261-1/+1
| | | | | | Will most likely bump to 1.39 or whatever async/await lands in later this year, but for now requiring at least the version debian buster (current stable) ships with.
* move export README info to sql_dumps docBryan Newbold2019-06-031-1/+1
|
* update dev setup instructionsBryan Newbold2019-03-151-11/+21
|
* target rust 1.32Bryan Newbold2019-02-071-2/+2
|
* revert pg_tmp parallel tests (for now)Bryan Newbold2019-01-091-4/+0
| | | | | I really want these to work, but even with jitter get frequent test failures, and CI is broken.
* integrate pg_tmp into testsBryan Newbold2019-01-081-0/+4
|
* update rust READMEBryan Newbold2019-01-041-1/+16
|
* document rust fatcatd configBryan Newbold2019-01-041-9/+29
|
* bit of auth docsBryan Newbold2018-12-311-0/+3
|
* add libsodium-dev as a depBryan Newbold2018-12-261-0/+1
|
* bump rust and postgres versionsBryan Newbold2018-11-131-2/+2
|
* need to specify binary for 'cargo run' nowBryan Newbold2018-09-121-1/+1
|
* split/move docs aroundBryan Newbold2018-08-241-84/+1
|
* rust backups notesBryan Newbold2018-08-101-0/+30
|
* use test db when debugging schemaBryan Newbold2018-07-241-1/+1
|
* update readmes/TODOsBryan Newbold2018-06-301-23/+0
|
* rust README: progressBryan Newbold2018-06-301-4/+4
|
* some progress!Bryan Newbold2018-05-311-1/+1
|
* update README and TODOlast-golangBryan Newbold2018-05-251-11/+10
|
* deployment examplesBryan Newbold2018-05-241-0/+34
|
* add statusBryan Newbold2018-05-241-0/+18
|
* how to run tests (single threaded)Bryan Newbold2018-05-241-0/+5
|
* tweak codegen docsBryan Newbold2018-05-241-1/+4
|
* readme fixBryan Newbold2018-05-161-0/+3
|
* clean up rust READMEBryan Newbold2018-05-161-7/+28
|
* basic error/response handlingBryan Newbold2018-05-151-0/+7
|
* progress on insertsBryan Newbold2018-05-151-0/+4
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* commit older filesBryan Newbold2018-05-141-0/+8
|
* add scratch rust stuffBryan Newbold2018-05-131-0/+6