no-std
Pros:
aarch64-unknown-linux-gnu
, arm-unknown-linux-gnueabihf
).Cons:
std
Pros:
std
, such as rustls
, which are essential for functionality.Cons:
std
with infrequent updates. Currently using std
version 1.80.0
and Rust
version nightly-2024-05-14
, which might not meet the MSRV requirements of some crates.Common: See Overview of OP-TEE Rust Examples.
no-std
: Excludes test_serde
, test_message_passing_interface
, test_tls_client
, test_tls_server
, test_secure_db_abstraction
.
std
: Excludes test_mnist_rs
, test_build_with_optee_utee_sys
.