rust/README.rst
changeset 48842 649ff7f86f96
parent 48535 799fdf4cca80
child 49629 eb383f093a01
equal deleted inserted replaced
48841:2ef3b7d30cc1 48842:649ff7f86f96
    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