equal
deleted
inserted
replaced
38 binding crates like a hypothetical ``HGWITHRUSTEXT=hpy``. |
38 binding crates like a hypothetical ``HGWITHRUSTEXT=hpy``. |
39 |
39 |
40 Special features |
40 Special features |
41 ================ |
41 ================ |
42 |
42 |
43 You might want to check the `features` section in ``hg-cpython/Cargo.toml``. |
43 In the future, compile-time opt-ins may be added |
44 It may contain features that might be interesting to try out. |
44 to the `features` section in ``hg-cpython/Cargo.toml``. |
45 |
45 |
46 To use features from the Makefile, use the `HG_RUST_FEATURES` environment |
46 To use features from the Makefile, use the `HG_RUST_FEATURES` environment |
47 variable: for instance `HG_RUST_FEATURES="some-feature other-feature"` |
47 variable: for instance `HG_RUST_FEATURES="some-feature other-feature"` |
48 |
48 |
49 Profiling |
49 Profiling |