Seq should implement the FromStr trait
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We already support fallible creation of a Seq from str. There is a dedicated trait for exactly this conversion in the standard library so we should probably just add this trait to Seq.
http://doc.rust-lang.org/std/str/trait.FromStr.html
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Seq's existing fallible creation from str, then read the standard library's std::str::FromStr documentation linked in the issue. The work is complete when Seq implements that trait while preserving its current fallible string-conversion behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- bioinformatics
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100