Skip to content

Comments

Provide TryFrom implementations for StrVec#6

Merged
tindzk merged 3 commits intomainfrom
feat/from
Dec 1, 2025
Merged

Provide TryFrom implementations for StrVec#6
tindzk merged 3 commits intomainfrom
feat/from

Conversation

@tindzk
Copy link
Owner

@tindzk tindzk commented Nov 28, 2025

These changes allow constructing StrVec from more types, including:

  • &[&str]
  • &[String]
  • Vec<&str>
  • Vec<String>

Note: The functions from_owned() and try_from_owned() have been removed. Instead, from() and try_from() can be used.

These changes allow constructing StrVec from more types, including:

- `&[&str]`
- `&[String]`
- `Vec<&str>`
- `Vec<String>`

Note: The functions `from_owned()` and `try_from_owned()` have been
removed. Instead, `from()` and `try_from()` can be used.
@tindzk tindzk force-pushed the feat/from branch 2 times, most recently from 710fd57 to f5617ab Compare December 1, 2025 15:35
@tindzk tindzk merged commit f261ac0 into main Dec 1, 2025
1 check passed
@tindzk tindzk deleted the feat/from branch December 1, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant