mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 09:53:43 +01:00
6891267b53
# 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`.
3 lines
32 B
Rust
3 lines
32 B
Rust
mod ends_with;
|
|
mod starts_with;
|