mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 13:16:10 +00:00
[Rust] Add support for fixed size arrays (#6548)
* Add support for fixed size arrays * clang-format * Update rust image to 1.51 to support const generics * Handle correctly big endian * Add fuzz tests and clean code * Add struct fuzz test and optimize struct arrays for api * Bump flatbuffers crate version
This commit is contained in:
@@ -43,6 +43,7 @@ bencher = "0.1.5"
|
||||
static_assertions = "1.0.0"
|
||||
rand = "*"
|
||||
quickcheck_derive = "*"
|
||||
array-init = "2.0"
|
||||
|
||||
[[bench]]
|
||||
# setup for bencher
|
||||
|
||||
Reference in New Issue
Block a user