nushell/crates/nu-command/src/bytes
Ian Manske 6891267b53
Support ByteStreams in bytes starts-with and bytes ends-with (#12887)
# Description
Restores `bytes starts-with` so that it is able to work with byte
streams once again. For parity/consistency, this PR also adds byte
stream support to `bytes ends-with`.

# User-Facing Changes
- `bytes ends-with` now supports byte streams.

# Tests + Formatting
Re-enabled tests for `bytes starts-with` and added tests for `bytes
ends-with`.
2024-05-17 07:59:08 +08:00
..
add.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
at.rs Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
build_.rs Make bytes build accept integer values as individual bytes (#12685) 2024-05-01 17:29:33 -05:00
bytes_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
collect.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
ends_with.rs Support ByteStreams in bytes starts-with and bytes ends-with (#12887) 2024-05-17 07:59:08 +08:00
index_of.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
length.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
mod.rs move 'bytes' back to commands (#10051) 2023-08-19 22:43:53 +02:00
remove.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
replace.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
reverse.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
starts_with.rs Support ByteStreams in bytes starts-with and bytes ends-with (#12887) 2024-05-17 07:59:08 +08:00