Skip to content

Commit

Permalink
Mention generate-abi3-import-lib in the features guide
Browse files Browse the repository at this point in the history
Update the feature list section of the user guide
to include `generate-abi3-import-lib` description.
  • Loading branch information
ravenexp committed Apr 11, 2022
1 parent 75ea171 commit 4347624
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions guide/src/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ These features are extensions of the `abi3` feature to specify the exact minimum

See the [building and distribution](building_and_distribution.md#minimum-python-version-for-abi3) section for further detail.

### `generate-abi3-import-lib`

This experimental feature is used to generate import libraries for the Stable ABI Python DLL
for MinGW-w64 and MSVC (cross-)compile targets.

Enabling it allows to (cross-)compile `abi3` extension modules to any Windows targets
without having to install the Windows Python distribution files for the target.

See the [building and distribution](building_and_distribution.md#building-abi3-extensions-without-a-python-interpreter)
section for further detail.

## Features for embedding Python in Rust

### `auto-initialize`
Expand Down

0 comments on commit 4347624

Please sign in to comment.