mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 19:08:28 +00:00
rust: Allow for usage in no_std environment (#6989)
This commit is contained in:
@@ -35,6 +35,8 @@ cd ./rust_usage_test
|
||||
cargo test $TARGET_FLAG -- --quiet
|
||||
check_test_result "Rust tests"
|
||||
|
||||
cargo test $TARGET_FLAG --no-default-features --features no_std -- --quiet
|
||||
check_test_result "Rust tests (no_std)"
|
||||
|
||||
cargo run $TARGET_FLAG --bin=flatbuffers_alloc_check
|
||||
check_test_result "Rust flatbuffers heap alloc test"
|
||||
|
||||
Reference in New Issue
Block a user