pub fn python_to_aether(
source: &str,
opts: &TranspileOptions,
) -> PythonToAetherResultExpand description
Transpile Python source into Aether source.
- By default (
TranspileOptions::default()), numpy / filesystem / network / console IO are rejected. - When the
pytranspilecargo feature is disabled, this always returns an error diagnostic.