Skip to content

Conversation

SWASTIC-7
Copy link

implementing #999

Motivation

The issue was to move String from alloc::string::String to arrayvec::arrayString

Solution

Changed String to fixed capacity stack based String pub type String = ArrayString<80>;

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@DaniPopes
Copy link
Member

this is not correct, Signed is fixed size but not to 80. also this is not what the issue is requesting, we would want to add a "alloc" feature and move users under that feature instead of using array strings.

@DaniPopes DaniPopes closed this Sep 21, 2025
@github-project-automation github-project-automation bot moved this to Done in Alloy Sep 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants