Closed reyk closed 4 years ago
This implements support for default values in Table::get, see #59
Table::get
The if o == 0 to detect the default value matches what is done in the flatbuffers crate.
if o == 0
flatbuffers
Test cases are currently missing but it would be really nice to get a test framework as suggested by @magnet #42
@reyk Please rebase and force push so the CI re-runs; I fixed it in master :)
This implements support for default values in
Table::get
, see #59The
if o == 0
to detect the default value matches what is done in theflatbuffers
crate.Test cases are currently missing but it would be really nice to get a test framework as suggested by @magnet #42