##// END OF EJS Templates
rust-pyo3: generic borrows of UnsafePyLeaked with error treatment...
rust-pyo3: generic borrows of UnsafePyLeaked with error treatment Maybe we will find later a more pleasant way to express safety. Meanwhile, these helpers are useful because of the proper error propagation, and will help to avoid too much cruft in the caller code.

File last commit:

r53299:6673cec8 default
r53427:73655156 default
Show More
Cargo.toml
4 lines | 108 B | application/toml | TOMLLexer
Gregory Szorc
rust: implementation of `hg`...
r35587 [workspace]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 members = ["hg-core", "hg-cpython", "hg-pyo3", "rhg"]
Gregory Szorc
hgcli: add stub PyOxidizer project...
r45128 exclude = ["chg", "hgcli"]
Raphaël Gomès
rust: add explicit resolver field to top-level cargo manifest file...
r52014 resolver = "2"