mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 01:57:33 +00:00
Optional Scalars support for Rust (#6034)
* First draft of rust optionals * Code cleanup around ftBool and ftVectorOfBool * Tests for Rust optional scalars * test bools too Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -33,7 +33,6 @@ extern crate bitflags;
|
||||
extern crate byteorder;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate num_enum;
|
||||
extern crate serde;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user