1. Documentation
  2. cicd
    1. data
      1. ⤇ ioToString
      2. ⤇ readFile
      3. ⤇ writeFile
    2. logging
      1. ⤇ manageLogs
    3. runners
      1. ⬢ CicdDispatchEngine
      2. ⬢ CicdRunnerEngine
      3. ⤇ setupRunner
      4. ⤇ stopRunner
    4. services
      1. github
        1. ◼ StepState
        2. 𝑓 |error
        3. 𝑓 |failure
        4. 𝑓 |pending
        5. 𝑓 |success
        6. ⤇ postGithubState
      2. gitlab
        1. ◼ StepState
        2. 𝑓 |canceled
        3. 𝑓 |failed
        4. 𝑓 |pending
        5. 𝑓 |running
        6. 𝑓 |skipped
        7. 𝑓 |success
        8. ⤇ postGitlabState
    5. steps
      1. ⤇ spawnCommands
      2. ⤇ step
      3. ⤇ stepOn
      4. ⤇ stepOnWithInput
  3. distrib
    1. ⬢ DistributionEngine
    2. ⤇ distribute
    3. ⤇ recvBlock
    4. ⤇ recvStream
    5. ⤇ sendBlock
    6. ⤇ sendStream
    7. ⤇ start
    8. ⤇ stop
  4. encoding
    1. ⤇ decode
    2. ⤇ encode
  5. fs
    1. dir
      1. ⤇ create
      2. ⤇ scan
    2. file
      1. ⤇ read
      2. ⤇ write
    3. filesystem
      1. ◼ FileSystem
    4. local
      1. 𝑓 |local_filesystem
      2. ⤇ readLocal
      3. ⤇ readTextLocal
      4. ⤇ writeLocal
      5. ⤇ writeTextLocal
    5. path
      1. 𝑓 |extension
      2. 𝑓 |file_name
      3. 𝑓 |file_stem
      4. 𝑓 |parent
      5. ⤇ composition
      6. ⤇ exists
      7. ⤇ meta
    6. text
      1. ⤇ readText
      2. ⤇ writeText
  6. 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. ⤇ failedBinding
      5. ⤇ incoming
      6. ⤇ outgoing
      7. ⤇ start
    4. status
      1. ◼ HttpStatus
      2. 𝑓 |forbidden
      3. 𝑓 |moved_permanently
      4. 𝑓 |not_found
      5. 𝑓 |ok
      6. 𝑓 |permanent_redirect
      7. 𝑓 |status
      8. 𝑓 |temporary_redirect
  7. javascript
    1. ⬢ JavaScriptEngine
    2. ⤇ process
  8. 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
  9. log
    1. console
      1. ⤇ console
    2. file
      1. ⤇ writeAllLogs
      2. ⤇ writeLogs
    3. log
      1. ⤇ logDataDebug
      2. ⤇ logDataDebugs
      3. ⤇ logDataError
      4. ⤇ logDataErrors
      5. ⤇ logDataInfo
      6. ⤇ logDataInfos
      7. ⤇ logDataTrace
      8. ⤇ logDataTraces
      9. ⤇ logDataWarning
      10. ⤇ logDataWarnings
      11. ⤇ logDebug
      12. ⤇ logDebugMessage
      13. ⤇ logDebugs
      14. ⤇ logError
      15. ⤇ logErrorMessage
      16. ⤇ logErrors
      17. ⤇ logInfo
      18. ⤇ logInfoMessage
      19. ⤇ logInfos
      20. ⤇ logTrace
      21. ⤇ logTraceMessage
      22. ⤇ logTraces
      23. ⤇ logWarning
      24. ⤇ logWarningMessage
      25. ⤇ logWarnings
    4. logger
      1. ◼ Level
      2. ◼ Log
      3. 𝑓 |debug
      4. 𝑓 |error
      5. 𝑓 |info
      6. 𝑓 |trace
      7. 𝑓 |warning
      8. ⬢ Logger
      9. ⤇ filterLogs
      10. ⤇ injectBlockLog
      11. ⤇ injectStreamLog
      12. ⤇ logBlock
      13. ⤇ logDataBlock
      14. ⤇ logDataStream
      15. ⤇ logStream
      16. ⤇ logs
      17. ⤇ stop
      18. ⤇ trackLogs
  10. net
    1. ip
      1. ◼ Ip
      2. ◼ Ipv4
      3. ◼ Ipv6
      4. 𝑓 |as_ipv4
      5. 𝑓 |as_ipv6
      6. 𝑓 |from_ipv4
      7. 𝑓 |from_ipv6
      8. 𝑓 |ipv4
      9. 𝑓 |ipv6
      10. 𝑓 |is_ipv4
      11. 𝑓 |is_ipv6
      12. 𝑓 |localhost_ipv4
      13. 𝑓 |localhost_ipv6
      14. 𝑓 |to_ipv4
      15. 𝑓 |to_ipv6
      16. 𝑓 |unspecified_ipv4
      17. 𝑓 |unspecified_ipv6
      18. ⤇ asIpv4
      19. ⤇ asIpv6
      20. ⤇ fromIpv4
      21. ⤇ fromIpv6
      22. ⤇ isIpv4
      23. ⤇ isIpv6
      24. ⤇ toIpv4
      25. ⤇ toIpv6
  11. process
    1. command
      1. ◼ Command
      2. 𝑓 |checked_raw_commands
      3. 𝑓 |command
      4. 𝑓 |raw_command
      5. 𝑓 |raw_commands
    2. environment
      1. ◼ Environment
      2. 𝑓 |environment
      3. ⤇ mapEnvironment
    3. exec
      1. ◼ Executor
      2. ⤇ exec
      3. ⤇ execOnce
      4. ⤇ execOne
      5. ⤇ spawn
      6. ⤇ spawnOnce
      7. ⤇ spawnOne
    4. local
      1. 𝑓 |local_executor
      2. ⤇ execOnce
      3. ⤇ spawnOnce
  12. regex
    1. 𝑓 |capture
    2. 𝑓 |find
    3. 𝑓 |matches
    4. 𝑓 |replace
    5. ⤇ capture
    6. ⤇ find
    7. ⤇ matches
    8. ⤇ replace
  13. sql
    1. ⬢ SqlPool
    2. ⤇ close
    3. ⤇ closed
    4. ⤇ connect
    5. ⤇ connected
    6. ⤇ execute
    7. ⤇ executeBatch
    8. ⤇ executeEach
    9. ⤇ executeRaw
    10. ⤇ failure
    11. ⤇ fetch
    12. ⤇ fetchBatch
  14. 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. map
        1. block
          1. ⤇ entry
          2. ⤇ get
          3. ⤇ insert
          4. ⤇ merge
        2. ◼ Map
        3. 𝑓 |entry
        4. 𝑓 |get
        5. 𝑓 |insert
        6. 𝑓 |map
        7. ⤇ entry
        8. ⤇ get
        9. ⤇ insert
      2. string_map
        1. block
          1. ⤇ entry
          2. ⤇ get
          3. ⤇ insert
          4. ⤇ merge
        2. ◼ StringMap
        3. 𝑓 |entry
        4. 𝑓 |get
        5. 𝑓 |insert
        6. 𝑓 |map
        7. ⤇ entry
        8. ⤇ get
        9. ⤇ insert
    3. engine
      1. util
        1. ⤇ startup
      2. ⬢ Engine
      3. ⤇ ready
    4. flow
      1. concentrate
        1. ⬢ Concentrator
        2. ⤇ concentrate
        3. ⤇ concentrateBlock
        4. ⤇ concentrated
      2. vec
        1. ⤇ fill
        2. ⤇ fit
        3. ⤇ flatten
        4. ⤇ pattern
        5. ⤇ resize
        6. ⤇ size
      3. ⤇ arrange
      4. ⤇ barrier
      5. ⤇ chain
      6. ⤇ check
      7. ⤇ close
      8. ⤇ consume
      9. ⤇ count
      10. ⤇ cut
      11. ⤇ emit
      12. ⤇ fill
      13. ⤇ filter
      14. ⤇ filterBlock
      15. ⤇ fit
      16. ⤇ flock
      17. ⤇ generate
      18. ⤇ generateIndefinitely
      19. ⤇ insert
      20. ⤇ merge
      21. ⤇ one
      22. ⤇ pass
      23. ⤇ passBlock
      24. ⤇ release
      25. ⤇ releaseBlock
      26. ⤇ stream
      27. ⤇ trigger
      28. ⤇ uncheck
      29. ⤇ waitBlock
    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. ⤇ map
          2. ⤇ reduce
          3. ⤇ unwrap
          4. ⤇ unwrapOr
          5. ⤇ wrap
        2. 𝑓 |unwrap_or
        3. 𝑓 |wrap
        4. ⤇ fuse
        5. ⤇ unwrap
        6. ⤇ unwrapOr
        7. ⤇ wrap
      5. vec
        1. block
          1. ⤇ concat
          2. ⤇ contains
        2. 𝑓 |concat
        3. 𝑓 |contains
        4. ⤇ concat
        5. ⤇ contains
      6. 𝑓 |clamp
      7. 𝑓 |condition
      8. 𝑓 |equal
      9. 𝑓 |ge
      10. 𝑓 |gt
      11. 𝑓 |le
      12. 𝑓 |lt
      13. 𝑓 |max
      14. 𝑓 |min
      15. 𝑓 |not_equal
      16. ⤇ clamp
      17. ⤇ equal
      18. ⤇ greaterEqual
      19. ⤇ greaterThan
      20. ⤇ lowerEqual
      21. ⤇ lowerThan
      22. ⤇ max
      23. ⤇ min
      24. ⤇ 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. 𝑓 |contains
        3. 𝑓 |ends_with
        4. 𝑓 |exact
        5. 𝑓 |starts_with
        6. ⤇ contains
        7. ⤇ endsWith
        8. ⤇ exact
        9. ⤇ startsWith
      2. compose
        1. 𝑓 |checked_format
        2. 𝑓 |format
        3. 𝑓 |split
        4. 𝑓 |trim
        5. 𝑓 |trim_end
        6. 𝑓 |trim_start
        7. ⤇ checkedFormat
        8. ⤇ format
        9. ⤇ rescale
        10. ⤇ split
        11. ⤇ trim
        12. ⤇ trimEnd
        13. ⤇ trimStart
      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
  15. work
    1. access
      1. ◼ Access
      2. 𝑓 |new_access
    2. distant
      1. ⬢ DistantEngine
      2. ⤇ distant
    3. resources
      1. arch
        1. ◼ Arch
        2. 𝑓 |amd64
        3. 𝑓 |arm64
      2. ◼ Container
      3. ◼ Mount
      4. ◼ ServiceContainer
      5. ◼ Volume
      6. 𝑓 |container
      7. 𝑓 |mount
      8. 𝑓 |service_container
      9. 𝑓 |volume
      10. ⤇ getExecutor
      11. ⤇ getFileSystem