a2 icon indicating copy to clipboard operation
a2 copied to clipboard

feat: switch from `&str` params to `String`

Open FrenchGithubUser opened this issue 2 months ago • 1 comments

Description

Switched &str in struct attributes to String. We will be using this library for our push notification gateway Hewdig, and those changes would simplify it use, as well as help future users of a2.

Resolves https://github.com/reown-com/a2/issues/67

How Has This Been Tested?

cargo test

Due Dilligence

  • [x] Breaking change
  • [x] Requires a documentation update
  • [ ] Requires a e2e/integration test update

FrenchGithubUser avatar Nov 10 '25 11:11 FrenchGithubUser

This should be ready for review @geekbrother :)

FrenchGithubUser avatar Nov 12 '25 09:11 FrenchGithubUser