0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-29 00:43:45 +02:00
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: ...