Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
SYSUSELab
/
RustRepoTrans
like
3
Follow
SYSUSELab
18
Dataset card
Files
Files and versions
xet
Community
main
RustRepoTrans
/
Evaluate
/
projects
/
deltachat-core
/
rust
/
python
/
setup.py
ooggss
initial
f0f4f2b
11 months ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
from
setuptools
import
setup
if
__name__ ==
"__main__"
:
setup(cffi_modules=[
"src/deltachat/_build.py:ffibuilder"
])