Open
Description
The PR to improve char escaping unfortunately added 2k of static data to libcore, which impacts the no_std
use case on small devices. Even if in some cases this data could be eliminated automatically, if you ever format a character, you'll definitely bring these tables in.
We should see whether there's a way to get this functionality while moving the bloat to libstd
, perhaps using specialization.
Metadata
Metadata
Assignees
Labels
Area: UnicodeCategory: A feature request that has been accepted pending implementation.Category: An issue highlighting optimization opportunities or PRs implementing suchCall for participation: Help is requested to fix this issue.Issue: Problems and improvements with respect to binary size of generated code.Relevant to the library API team, which will review and decide on the PR/issue.Working group: Embedded systems