summaryrefslogtreecommitdiff
path: root/tutorial/rs
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5600: rust lib to upgrade to edition 2021Jiayu Liu2022-09-051-1/+1
* Pin clap to 2.33 as 2.34 results in build failuresAli-Akber Saifee2021-12-131-1/+1
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* Enable clippy in all Rust targets and ensure that all existing code is clippy...Allen George2021-03-062-5/+6
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-012-1/+2
* [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected valu...Allen George2021-03-012-9/+16
* THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-124-28/+9
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-024-10/+1
* Fix a typo in README.md.Matt Kantor2019-07-071-1/+1
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-3/+3
* bug fixedjose andres2019-07-011-3/+4
* minor changejose andres2019-07-011-2/+2
* [RS] Add clarification of where a constant comes fromPaco2019-03-161-1/+1
* Reformat rust code with rustfmt 1.0Allen George2018-12-162-21/+23
* THRIFT-4529: Rust enum variants are now camel-casedGREATEST Wiggler EvaR!2018-11-122-6/+6
* THRIFT-4395: fix rust build on xenialJames E. King, III2017-11-291-1/+1
* THRIFT-4176: Implement threaded server for RustAllen George2017-04-273-87/+77
* THRIFT-2945 Add Rust supportAllen George2017-01-266-0/+725