top | item 46310560

(no title)

math-hiyoko | 2 months ago

No, the library itself does not use unsafe Rust at all. The Python bindings are built using PyO3, which internally uses unsafe (as required to interface with the CPython C API), but that is fully encapsulated within PyO3. The core data structure and algorithms remain purely safe Rust.

discuss

order

No comments yet.