...

Text file src/github.com/google/flatbuffers/tests/rust_no_std_compilation_test/.cargo/config.toml

Documentation: github.com/google/flatbuffers/tests/rust_no_std_compilation_test/.cargo

     1[build]
     2target = "thumbv7m-none-eabi"
     3
     4[unstable]
     5build-std = ["core", "alloc"]

View as plain text