We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097d018 commit 0a51ad7Copy full SHA for 0a51ad7
drift/core/rust_core_binding.py
@@ -20,6 +20,7 @@
20
_RUST_TRUTHY = {"1", "true", "yes", "on"}
21
_RUST_FALSY = {"0", "false", "no", "off"}
22
23
+
24
def _rust_env_decision() -> tuple[bool, str, str | None]:
25
raw = os.getenv("TUSK_USE_RUST_CORE")
26
if raw is None:
0 commit comments