mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 01:35:18 -04:00

This protects against the common mistake of failing to remember to rebuild Rust code after making changes.
2 lines
85 B
Python
2 lines
85 B
Python
def sum_as_string(a: int, b: int) -> str: ...
|
|
def get_rust_file_digest() -> str: ...
|