mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-20 06:08:12 -04:00
Add a stub Rust crate (#12595)
This commit is contained in:
parent
3d20115115
commit
c9b7e97355
23 changed files with 302 additions and 11 deletions
1
stubs/synapse/synapse_rust.pyi
Normal file
1
stubs/synapse/synapse_rust.pyi
Normal file
|
@ -0,0 +1 @@
|
|||
def sum_as_string(a: int, b: int) -> str: ...
|
Loading…
Add table
Add a link
Reference in a new issue