mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 23:40:57 +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:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.40.0-slim-stretch as base
|
||||
FROM rust:1.51.0-slim as base
|
||||
WORKDIR /code
|
||||
ADD . .
|
||||
RUN cp flatc_debian_stretch flatc
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.40.0-slim-stretch as base
|
||||
FROM rust:1.51.0-slim as base
|
||||
RUN apt -qq update -y && apt -qq install -y \
|
||||
gcc-mips-linux-gnu \
|
||||
libexpat1 \
|
||||
Reference in New Issue
Block a user