##// 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
[workspace]
members = ["hg-core", "hg-cpython", "hg-pyo3", "rhg"]
exclude = ["chg", "hgcli"]
resolver = "2"