forked-synapse/stubs/synapse/synapse_rust.pyi
Erik Johnston ebfeac7c5d
Check if Rust lib needs rebuilding. (#13759)
This protects against the common mistake of failing to remember to rebuild Rust code after making changes.
2022-09-12 10:03:42 +00:00

3 lines
85 B
Python

def sum_as_string(a: int, b: int) -> str: ...
def get_rust_file_digest() -> str: ...