Expand description
Compatibility re-exports for the supported Lean toolchain window.
The link-free source of truth is lean-rs-abi; lean-rs-sys keeps this
module so existing callers can keep using lean_rs_sys::supported::*.
Structs§
- Supported
Toolchain - One ABI-equivalence class in the supported toolchain window.
Constants§
- SUPPORTED_
TOOLCHAINS - The supported Lean toolchain window.
Functions§
- supported_
by_ digest - Return the
SupportedToolchainentry whoseheader_digestmatches the given lowercase-hex SHA-256 string, if any. - supported_
for - Return the
SupportedToolchainentry that includesversion, if any. - symbol_
present_ in_ window - Return
trueiff noSupportedToolchainentry listssymbolundermissing_symbols. Combine withcrate::REQUIRED_SYMBOLSfor a membership check viacrate::symbol_in_all.