Skip to content

Releases: giancosta86/digit-sequence

digit-sequence 0.3.3

11 May 14:32
Compare
Choose a tag to compare
  • Introduce the DigitSequence::is_empty() method.

digit-sequence 0.3.2

14 Apr 15:22
Compare
Choose a tag to compare

Add new() constructor that creates an empty sequence.

digit-sequence 0.3.1

13 Apr 02:10
Compare
Choose a tag to compare

Implement TryFrom<&DigitSequence> for unsigned numbers.

digit-sequence 0.3.0

12 Apr 16:25
Compare
Choose a tag to compare
  • Introduce fallible conversion to unsigned numbers

  • Rename crate-related Result and Error respectively to CrateResult and CrateError

  • Make CrateError implement Copy

digit-sequence 0.2.1

31 Mar 23:23
Compare
Choose a tag to compare
  • Make Error hashable

digit-sequence 0.2.0

09 Mar 02:47
Compare
Choose a tag to compare
  • Replace TryFrom<&str> with FromStr.

digit-sequence 0.1.0

06 Mar 21:48
Compare
Choose a tag to compare

This Rust crate revolves around DigitSequence, a sequence of 0-9 u8 digits, with:

  • conversions from integers, numeric sequences and strings

  • different iteration strategies

  • a custom Result and a custom Error.

  • optional serde I/O