Skip to content

Releases: faramozzayw/rustype

HashSet

29 Aug 18:04
3cbd719
Compare
Choose a tag to compare

Added HashSet (#11)

Ranges

09 Aug 20:05
252c8fd
Compare
Choose a tag to compare
  • added ranges from Rust lang

0.3.1

12 Mar 08:11
Compare
Choose a tag to compare

Fix:

  • Unexpected behavior when data is false

Vector

02 Feb 15:14
Compare
Choose a tag to compare

0.3.0 (February 2, 2021)

Added a new type - Vector. Vector combines methods from Iterator and Vector. Also there are all methods from JS array.

  • methods:
    • static default
    • static fromArray
    • readonly length
    • isEmpty
    • first
    • isEmpty
    • first
    • splitFirst
    • last
    • splitLast
    • swap
    • splitAt
    • repeat
    • clear
    • rotateLeft
    • rotateRight
    • enumerate
    • partition

Rooa

11 Jan 16:37
364b611
Compare
Choose a tag to compare

Option

  • add new methods:
    • static makeDefault
    • unsafe_insert
    • okOr
    • okOrElse
    • match
    • override toString

Result

  • add new features:

    • static makeDefault
    • expect
    • expectErr
    • match
    • override toString
  • update docs