Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Just pip install oxyde, that's it. The Rust core (oxyde-core) ships as pre-built wheels for Linux, macOS, and Windows, so no Rust toolchain needed. Python-side dependencies are just pydantic, msgpack, and typer for the CLI. Database drivers are bundled in the Rust core (uses sqlx under the hood), so you don't need to install asyncpg/aiosqlite/etc separately either.
 help



a bit tangent question: the communication between Python & Rust, could the pyo3 ser/de of Python objects be better than MsgPack?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: