Skip to content

Reduce the rust crate size #5192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Reduce the rust crate size #5192

wants to merge 2 commits into from

Conversation

guhetier
Copy link
Contributor

@guhetier guhetier commented Jun 28, 2025

Description

Crates.io only accept crates of less than 10MB and MsQuic.crate grew above it.

This reduces the weigth by trimming OpenSSL and QuicTLS fuzzing cases.
More would be nice to trim (test, documentation), but it causes build failures.

Related to #5175.

Testing

cargo publish --dry-run --allow-dirty succeeds and create 9.9MB crate.

Documentation

N/A

Remove QuicTls and OpenSSL fuzzing test case from the package
@guhetier guhetier requested a review from a team as a code owner June 28, 2025 01:36
@guhetier guhetier self-assigned this Jun 28, 2025
@guhetier guhetier added Area: Packaging Language: Rust Related to the Rust interop layer labels Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Packaging Language: Rust Related to the Rust interop layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant