summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Added README for Rust Flatbuffers (before publishing v=2.0) (#6652)Casper1-0/+15
2021-05-10Implement Serialize for flexbuffer::Reader (#6635)Casper8-33/+117
2021-05-10More missing version changesHEADv2.0.0masterWouter van Oortmerssen1-1/+1
2021-05-10C++/Rust version changesWouter van Oortmerssen2-3/+3
2021-05-02Bump Rust to 0.9.0 (#6610)Casper1-1/+1
2021-04-29Introduce new_from_vec in Rust (also fix formatting) (#6599)Casper3-15/+30
2021-04-26Rust Remove SafeSliceAccess for Arrays, and fix miri. (#6592)Casper2-12/+12
2021-04-26Mark endian_scalar as unsafe. (#6588)Casper8-44/+63
2021-04-19[Rust] Specify Minimum Supported Rust Version (#6573)Ádám Lippai1-0/+1
2021-04-16[Rust] Add support for fixed size arrays (#6548)Eddie Linder7-28/+175
2021-02-24[rust] Remove debug code (#6475)Colin2-3/+1
2021-02-16[rust] Genericize flexbuffer reader (#6450)Colin9-95/+335
2021-02-12Default strings and vectors: Parser + Rust support (#6421)Casper2-1/+9
2021-01-22Rust Object API (#6070)Casper4-7/+10
2021-01-19Upgrade Rust dependencies (#6406)Casper2-9/+9
2021-01-11Fix Rust UB problems (#6393)Casper3-16/+27
2021-01-04[Rust] Shared String (#6367)mustiikhalil2-0/+45
2020-12-09bumprust (#6322)Casper1-1/+1
2020-12-07Rust Flatbuffers Verifier (#6269)Casper8-25/+685
2020-11-13BREAKING: Rust flexbuffers serde human readable set to false (#6257)Casper3-1/+19
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper1-1/+12
2020-10-28Updated comments and fixed a fundamental type error. (#6214)Casper2-6/+5
2020-10-19Rework enums in rust. (#6098)Casper2-0/+2
2020-10-06[Rust] Upgrade flatbuffers library to 2018 edition (#6159)ImmConCon9-33/+34
2020-09-28possibility to create a vector from an iterator (#6135)Kamil Rojewski1-0/+19
2020-07-25Rust codegen improvements and lint fixes (#6046)Casper1-1/+1
2020-07-23Optional Scalars support for Rust (#6034)Casper1-1/+0
2020-06-28Serde with bytes maps to Blob (#6009)Casper2-3/+2
2020-06-25[Rust] Flexbuffers dependency cleanup and fixes (#5998)Johan Andersson5-44/+58
2020-06-18Rust Flexbuffers Documentation update (#5979)Casper2-2/+12
2020-06-08[rust] Add FlatBufferBuilder::force_defaults API (#5946)Matt Brubeck1-3/+16
2020-05-13Fix Cargo.toml dependencies (#5911)Casper1-7/+2
2020-05-11Update Rust Flexbuffers metadata before publishing (#5905)Casper1-1/+6
2020-05-07Rust Flexbuffers (#5669)Casper17-0/+3206
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-09rust: pub export the VectorIter type (#5736)jean-airoldie2-1/+2
2020-01-30Bump Rust port to 0.6.1 (#5747)Robert Winslow1-1/+1
2019-11-11[Rust] Bump smallvec version to 1.0 (#5621)messense1-1/+1
2019-10-28Rust: Add idiomatic iterator for Vector type (#5579)Mathias Svensson1-3/+129
2019-10-28Rust: Fix Copy and Clone impls for a few generic types (#5577)Mathias Svensson2-6/+41
2019-10-19Fix Follow implementation for bool (#5554)StackDoubleFlow1-1/+8
2019-09-09Rust: Fixed cargo clippy on non-generated code (#5485)Casper6-25/+20
2019-07-09[rust] Ran rustfmt against library code (#5389)jean-airoldie8-60/+108
2019-06-07[rust] Use read_scalar_at where possible (#5385)jean-airoldie3-8/+8
2019-06-06[rust] Derive Eq + PartialEq on FieldLoc and FlatBufferBuilder (#5394)jean-airoldie1-2/+2
2019-04-26Added common rust traits to FlatBufferBuilder (#5307)jean-airoldie1-0/+7
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen1-1/+1
2019-03-08Fix rust crate for big-endian targets (#5229)tymcauley2-5/+9
2018-11-29Fix create_vector_of_strings to use the stack, and test it. (#5074)Robert1-3/+7
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1