motorcortex-rust 0.5.0

Motorcortex Rust: a Rust client for the Motorcortex Core real-time control system (async + blocking).
Documentation
--- nng-c-sys/mbedtls-3.6.4/include/mbedtls/mbedtls_config.h	2025-10-24 15:46:59.178304378 +0200
+++ nng-c-sys/mbedtls-3.6.4/include/mbedtls/mbedtls_config.h	2025-10-24 16:58:51.031678097 +0200
@@ -2167,7 +2167,7 @@
  *
  * Uncomment this to enable pthread mutexes.
  */
-//#define MBEDTLS_THREADING_PTHREAD
+#define MBEDTLS_THREADING_PTHREAD
 
 /**
  * \def MBEDTLS_USE_PSA_CRYPTO
@@ -3749,7 +3749,7 @@
  *
  * Enable this layer to allow use of mutexes within Mbed TLS
  */
-//#define MBEDTLS_THREADING_C
+#define MBEDTLS_THREADING_C
 
 /**
  * \def MBEDTLS_TIMING_C