You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It look like uuid weighs in at around 54kb, which seems high. It’s possible we’re packaging files that aren’t needed to build uuid itself that could be trimmed from the published artefact.
The text was updated successfully, but these errors were encountered:
This is the size of the bundle uploaded to crates.io itself, which is based on the source. I've had a look into this and reduced the size of our package a bit. The only other way to cut it down would be to try write more compact source itself, which seems like maybe a step too far.
It look like
uuid
weighs in at around 54kb, which seems high. It’s possible we’re packaging files that aren’t needed to builduuid
itself that could be trimmed from the published artefact.The text was updated successfully, but these errors were encountered: