Can the bundle size be reduced a bit by using features? #522
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I assume 'bundle size' means the size of the crate as it's uploaded on crates.io. And there I don't think anything can reasonably be done unless one wants to put every group of functions behind feature toggles. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if we can reduce the bundle size a bit if I need to use for example only Google Drive api.
Can we introduce some features to choose from in Cargo.toml?
Beta Was this translation helpful? Give feedback.
All reactions