1. Documentation
  2. encoding
    ❱
    1. ⤇ decode
    2. ⤇ encode
  3. fs
    ❱
    1. dir
      ❱
      1. ⤇ create
      2. ⤇ scan
    2. file
      ❱
      1. ⤇ read
      2. ⤇ write
    3. path
      ❱
      1. 𝑓 |extension
      2. 𝑓 |file_name
      3. 𝑓 |file_stem
      4. 𝑓 |parent
      5. ⤇ composition
      6. ⤇ exists
      7. ⤇ meta
    4. util
      ❱
      1. ⤇ write
      2. ⤇ writeText
  4. http
    ❱
    1. client
      ❱
      1. util
        ❱
        1. ⤇ delete
        2. ⤇ get
        3. ⤇ head
        4. ⤇ options
        5. ⤇ patch
        6. ⤇ post
        7. ⤇ put
        8. ⤇ trace
      2. ⬢ HttpClient
      3. ⤇ delete
      4. ⤇ get
      5. ⤇ head
      6. ⤇ options
      7. ⤇ patch
      8. ⤇ post
      9. ⤇ put
      10. ⤇ request
      11. ⤇ requestWithBody
      12. ⤇ trace
    2. method
      ❱
      1. ◼ HttpMethod
      2. 𝑓 |delete
      3. 𝑓 |get
      4. 𝑓 |head
      5. 𝑓 |method
      6. 𝑓 |options
      7. 𝑓 |patch
      8. 𝑓 |post
      9. 𝑓 |put
      10. 𝑓 |trace
    3. server
      ❱
      1. ⥱ @HttpRequest
      2. ⬢ HttpServer
      3. ⤇ connection
      4. ⤇ failed_binding
      5. ⤇ incoming
      6. ⤇ outgoing
    4. status
      ❱
      1. ◼ HttpStatus
      2. 𝑓 |forbidden
      3. 𝑓 |moved_permanently
      4. 𝑓 |not_found
      5. 𝑓 |ok
      6. 𝑓 |permanent_redirect
      7. 𝑓 |status
      8. 𝑓 |temporary_redirect
  5. javascript
    ❱
    1. ⬢ JavaScriptEngine
    2. ⤇ process
  6. json
    ❱
    1. value
      ❱
      1. 𝑓 |from_bool
      2. 𝑓 |from_number_f64
      3. 𝑓 |from_number_i64
      4. 𝑓 |from_number_u64
      5. 𝑓 |from_option_bool
      6. 𝑓 |from_option_number_f64
      7. 𝑓 |from_option_number_i64
      8. 𝑓 |from_option_number_u64
      9. 𝑓 |from_option_string
      10. 𝑓 |from_string
      11. 𝑓 |is_bool
      12. 𝑓 |is_f64
      13. 𝑓 |is_i64
      14. 𝑓 |is_null
      15. 𝑓 |is_number
      16. 𝑓 |is_object
      17. 𝑓 |is_string
      18. 𝑓 |is_u64
      19. 𝑓 |is_vec
      20. 𝑓 |null
      21. 𝑓 |try_from_number_f64
      22. 𝑓 |try_from_option_number_f64
      23. ⤇ fromBool
      24. ⤇ fromNumberF64
      25. ⤇ fromNumberI64
      26. ⤇ fromNumberU64
      27. ⤇ fromOptionBool
      28. ⤇ fromOptionNumberF64
      29. ⤇ fromOptionNumberI64
      30. ⤇ fromOptionNumberU64
      31. ⤇ fromOptionString
      32. ⤇ fromString
      33. ⤇ isBool
      34. ⤇ isF64
      35. ⤇ isI64
      36. ⤇ isNull
      37. ⤇ isNumber
      38. ⤇ isObject
      39. ⤇ isString
      40. ⤇ isU64
      41. ⤇ isVector
      42. ⤇ null
      43. ⤇ tryFromNumberF64
      44. ⤇ tryFromOptionNumberF64
    2. ◼ Json
    3. 𝑓 |to_json
    4. ⤇ toJson
    5. ⤇ validate
  7. process
    ❱
    1. ⬢ Environment
    2. ⤇ exec
    3. ⤇ spawn
  8. regex
    ❱
    1. 𝑓 |capture
    2. 𝑓 |find
    3. 𝑓 |matches
    4. 𝑓 |replace
    5. ⤇ capture
    6. ⤇ find
    7. ⤇ matches
    8. ⤇ replace
  9. sql
    ❱
    1. ⬢ SqlPool
    2. ⤇ execute
    3. ⤇ executeBatch
    4. ⤇ executeEach
    5. ⤇ executeRaw
    6. ⤇ failure
    7. ⤇ fetch
    8. ⤇ fetchBatch
  10. std
    ❱
    1. conv
      ❱
      1. 𝑓 |saturating_to_f32
      2. 𝑓 |saturating_to_f64
      3. 𝑓 |saturating_to_i128
      4. 𝑓 |saturating_to_i16
      5. 𝑓 |saturating_to_i32
      6. 𝑓 |saturating_to_i64
      7. 𝑓 |saturating_to_i8
      8. 𝑓 |saturating_to_u128
      9. 𝑓 |saturating_to_u16
      10. 𝑓 |saturating_to_u32
      11. 𝑓 |saturating_to_u64
      12. 𝑓 |saturating_to_u8
      13. 𝑓 |to_bool
      14. 𝑓 |to_byte
      15. 𝑓 |to_bytes
      16. 𝑓 |to_char
      17. 𝑓 |to_f32
      18. 𝑓 |to_f64
      19. 𝑓 |to_i128
      20. 𝑓 |to_i16
      21. 𝑓 |to_i32
      22. 𝑓 |to_i64
      23. 𝑓 |to_i8
      24. 𝑓 |to_string
      25. 𝑓 |to_u128
      26. 𝑓 |to_u16
      27. 𝑓 |to_u32
      28. 𝑓 |to_u64
      29. 𝑓 |to_u8
      30. 𝑓 |to_void
      31. 𝑓 |try_to_bool
      32. 𝑓 |try_to_byte
      33. 𝑓 |try_to_char
      34. 𝑓 |try_to_f32
      35. 𝑓 |try_to_f64
      36. 𝑓 |try_to_i128
      37. 𝑓 |try_to_i16
      38. 𝑓 |try_to_i32
      39. 𝑓 |try_to_i64
      40. 𝑓 |try_to_i8
      41. 𝑓 |try_to_string
      42. 𝑓 |try_to_u128
      43. 𝑓 |try_to_u16
      44. 𝑓 |try_to_u32
      45. 𝑓 |try_to_u64
      46. 𝑓 |try_to_u8
      47. ⤇ saturatingToF32
      48. ⤇ saturatingToF64
      49. ⤇ saturatingToI128
      50. ⤇ saturatingToI16
      51. ⤇ saturatingToI32
      52. ⤇ saturatingToI64
      53. ⤇ saturatingToI8
      54. ⤇ saturatingToU128
      55. ⤇ saturatingToU16
      56. ⤇ saturatingToU32
      57. ⤇ saturatingToU64
      58. ⤇ saturatingToU8
      59. ⤇ toBool
      60. ⤇ toByte
      61. ⤇ toBytes
      62. ⤇ toChar
      63. ⤇ toF32
      64. ⤇ toF64
      65. ⤇ toI128
      66. ⤇ toI16
      67. ⤇ toI32
      68. ⤇ toI64
      69. ⤇ toI8
      70. ⤇ toString
      71. ⤇ toU128
      72. ⤇ toU16
      73. ⤇ toU32
      74. ⤇ toU64
      75. ⤇ toU8
      76. ⤇ toVoid
      77. ⤇ tryToBool
      78. ⤇ tryToByte
      79. ⤇ tryToChar
      80. ⤇ tryToF32
      81. ⤇ tryToF64
      82. ⤇ tryToI128
      83. ⤇ tryToI16
      84. ⤇ tryToI32
      85. ⤇ tryToI64
      86. ⤇ tryToI8
      87. ⤇ tryToString
      88. ⤇ tryToU128
      89. ⤇ tryToU16
      90. ⤇ tryToU32
      91. ⤇ tryToU64
      92. ⤇ tryToU8
    2. data
      ❱
      1. block
        ❱
        1. ⤇ entry
        2. ⤇ get
        3. ⤇ insert
      2. ◼ Map
      3. ◼ Structure
      4. 𝑓 |entry
      5. 𝑓 |get
      6. 𝑓 |insert
      7. 𝑓 |map
      8. ⤇ entry
      9. ⤇ get
      10. ⤇ insert
    3. engine
      ❱
      1. util
        ❱
        1. ⤇ startup
      2. ⬢ Engine
      3. ⤇ ready
    4. flow
      ❱
      1. vec
        ❱
        1. ⤇ fill
        2. ⤇ fit
        3. ⤇ flatten
        4. ⤇ pattern
        5. ⤇ resize
        6. ⤇ size
      2. ⤇ arrange
      3. ⤇ chain
      4. ⤇ check
      5. ⤇ count
      6. ⤇ emit
      7. ⤇ fill
      8. ⤇ filter
      9. ⤇ fit
      10. ⤇ flock
      11. ⤇ generate
      12. ⤇ generateIndefinitely
      13. ⤇ insert
      14. ⤇ merge
      15. ⤇ one
      16. ⤇ stream
      17. ⤇ trigger
    5. ops
      ❱
      1. bin
        ❱
        1. 𝑓 |and
        2. 𝑓 |not
        3. 𝑓 |or
        4. 𝑓 |xor
        5. ⤇ and
        6. ⤇ not
        7. ⤇ or
        8. ⤇ xor
      2. float
        ❱
        1. 𝑓 |acos
        2. 𝑓 |acosh
        3. 𝑓 |asin
        4. 𝑓 |asinh
        5. 𝑓 |atan
        6. 𝑓 |atan2
        7. 𝑓 |atanh
        8. 𝑓 |cbrt
        9. 𝑓 |ceil
        10. 𝑓 |cos
        11. 𝑓 |cosh
        12. 𝑓 |exp
        13. 𝑓 |exp2
        14. 𝑓 |floor
        15. 𝑓 |fract
        16. 𝑓 |hypot
        17. 𝑓 |is_finite
        18. 𝑓 |is_infinite
        19. 𝑓 |is_nan
        20. 𝑓 |is_normal
        21. 𝑓 |is_subnormal
        22. 𝑓 |ln
        23. 𝑓 |log
        24. 𝑓 |log10
        25. 𝑓 |log2
        26. 𝑓 |pow
        27. 𝑓 |recip
        28. 𝑓 |round
        29. 𝑓 |sin
        30. 𝑓 |sinh
        31. 𝑓 |sqrt
        32. 𝑓 |tan
        33. 𝑓 |tanh
        34. 𝑓 |to_degrees
        35. 𝑓 |to_radians
        36. 𝑓 |trunc
        37. ⤇ acos
        38. ⤇ acosh
        39. ⤇ asin
        40. ⤇ asinh
        41. ⤇ atan
        42. ⤇ atan2
        43. ⤇ atanh
        44. ⤇ cbrt
        45. ⤇ ceil
        46. ⤇ cos
        47. ⤇ cosh
        48. ⤇ exp
        49. ⤇ exp2
        50. ⤇ floor
        51. ⤇ fract
        52. ⤇ hypot
        53. ⤇ isFinite
        54. ⤇ isInfinite
        55. ⤇ isNan
        56. ⤇ isNormal
        57. ⤇ isSubnormal
        58. ⤇ ln
        59. ⤇ log
        60. ⤇ log10
        61. ⤇ log2
        62. ⤇ pow
        63. ⤇ recip
        64. ⤇ round
        65. ⤇ sin
        66. ⤇ sinh
        67. ⤇ sqrt
        68. ⤇ tan
        69. ⤇ tanh
        70. ⤇ toDegrees
        71. ⤇ toRadians
        72. ⤇ trunc
      3. num
        ❱
        1. 𝑓 |abs
        2. 𝑓 |add
        3. 𝑓 |checked_add
        4. 𝑓 |checked_div
        5. 𝑓 |checked_euclid_div
        6. 𝑓 |checked_euclid_rem
        7. 𝑓 |checked_mul
        8. 𝑓 |checked_neg
        9. 𝑓 |checked_pow
        10. 𝑓 |checked_rem
        11. 𝑓 |checked_sub
        12. 𝑓 |div
        13. 𝑓 |euclid_div
        14. 𝑓 |euclid_rem
        15. 𝑓 |is_negative
        16. 𝑓 |is_positive
        17. 𝑓 |mul
        18. 𝑓 |neg
        19. 𝑓 |pow
        20. 𝑓 |rem
        21. 𝑓 |saturating_add
        22. 𝑓 |saturating_mul
        23. 𝑓 |saturating_sub
        24. 𝑓 |signum
        25. 𝑓 |sub
        26. 𝑓 |wrapping_add
        27. 𝑓 |wrapping_mul
        28. 𝑓 |wrapping_neg
        29. 𝑓 |wrapping_sub
        30. ⤇ abs
        31. ⤇ add
        32. ⤇ checkedAdd
        33. ⤇ checkedDiv
        34. ⤇ checkedEuclidDiv
        35. ⤇ checkedEuclidRem
        36. ⤇ checkedMul
        37. ⤇ checkedNeg
        38. ⤇ checkedPow
        39. ⤇ checkedRem
        40. ⤇ checkedSub
        41. ⤇ div
        42. ⤇ euclidDiv
        43. ⤇ euclidRem
        44. ⤇ isNegative
        45. ⤇ isPositive
        46. ⤇ mul
        47. ⤇ neg
        48. ⤇ pow
        49. ⤇ rem
        50. ⤇ saturatingAdd
        51. ⤇ saturatingMul
        52. ⤇ saturatingSub
        53. ⤇ signum
        54. ⤇ sub
        55. ⤇ wrappingAdd
        56. ⤇ wrappingMul
        57. ⤇ wrappingNeg
        58. ⤇ wrappingSub
      4. option
        ❱
        1. block
          ❱
          1. ⤇ unwrap
          2. ⤇ unwrapOr
          3. ⤇ wrap
        2. 𝑓 |unwrap_or
        3. 𝑓 |wrap
        4. ⤇ fuse
        5. ⤇ unwrap
        6. ⤇ unwrapOr
        7. ⤇ wrap
      5. 𝑓 |clamp
      6. 𝑓 |equal
      7. 𝑓 |ge
      8. 𝑓 |gt
      9. 𝑓 |le
      10. 𝑓 |lt
      11. 𝑓 |max
      12. 𝑓 |min
      13. 𝑓 |not_equal
      14. ⤇ clamp
      15. ⤇ equal
      16. ⤇ greaterEqual
      17. ⤇ greaterThan
      18. ⤇ lowerEqual
      19. ⤇ lowerThan
      20. ⤇ max
      21. ⤇ min
      22. ⤇ notEqual
    6. text
      ❱
      1. compare
        ❱
        1. char
          ❱
          1. 𝑓 |exact
          2. 𝑓 |is_alphabetic
          3. 𝑓 |is_alphanumeric
          4. 𝑓 |is_ascii
          5. 𝑓 |is_control
          6. 𝑓 |is_digit
          7. 𝑓 |is_lowercase
          8. 𝑓 |is_uppercase
          9. 𝑓 |is_whitespace
          10. ⤇ exact
          11. ⤇ isAlphabetic
          12. ⤇ isAlphanumeric
          13. ⤇ isAscii
          14. ⤇ isControl
          15. ⤇ isDigit
          16. ⤇ isLowercase
          17. ⤇ isUppercase
          18. ⤇ isWhitespace
        2. 𝑓 |ends_with
        3. 𝑓 |exact
        4. 𝑓 |starts_with
        5. ⤇ endsWith
        6. ⤇ exact
        7. ⤇ startsWith
      2. compose
        ❱
        1. 𝑓 |split
        2. 𝑓 |trim
        3. ⤇ rescale
        4. ⤇ split
        5. ⤇ trim
      3. convert
        ❱
        1. char
          ❱
          1. 𝑓 |from_utf8
          2. 𝑓 |to_utf8
          3. ⤇ fromString
          4. ⤇ toString
          5. ⤇ toUtf8
        2. string
          ❱
          1. 𝑓 |from_char
          2. 𝑓 |from_utf8
          3. 𝑓 |to_char
          4. 𝑓 |to_utf8
          5. ⤇ fromChar
          6. ⤇ fromUtf8
          7. ⤇ toChar
          8. ⤇ toUtf8
    7. types
      ❱
      1. char
        ❱
        1. 𝑓 |replacement_character
      2. float
        ❱
        1. 𝑓 |infinity
        2. 𝑓 |nan
        3. 𝑓 |neg_infinity
      3. 𝑓 |max
      4. 𝑓 |min

Mélodium Standard Reference

Area util

fs/util


Treatments

⤇ write
⤇ writeText