Skip to content

What's the recommended mixed project layout for multiple Rust extensions? #2126

Answered by messense
DavidAntliff asked this question in Q&A
Discussion options

You must be logged in to vote

No support for multiple extension modules in multiple Cargo projects yet, however you can use one Cargo project and add other modules as submodules.

For example: https://github.com/pyca/cryptography/blob/541beda62fde26ee16f98092e553a17cac8e8943/src/rust/src/backend/mod.rs#L28-L53

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DavidAntliff
Comment options

@messense
Comment options

@DavidAntliff
Comment options

Answer selected by DavidAntliff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants