Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dylni/os_str_bytes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: dylni/os_str_bytes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0
Choose a head ref

Commits on Jun 16, 2021

  1. Minor improvements

    dylni committed Jun 16, 2021
    Copy the full SHA
    b550824 View commit details

Commits on Jun 25, 2021

  1. Fix clippy warning

    dylni committed Jun 25, 2021
    Copy the full SHA
    8ca8853 View commit details

Commits on Aug 15, 2021

  1. Copy the full SHA
    ced0449 View commit details
  2. Increase MSRV to 1.51.0

    dylni committed Aug 15, 2021
    Copy the full SHA
    6adb768 View commit details
  3. Copy the full SHA
    1d092b5 View commit details
  4. Copy the full SHA
    888e919 View commit details
  5. Copy the full SHA
    ecf6699 View commit details

Commits on Aug 21, 2021

  1. Remove [is_prefix_of] and [is_suffix_of]

    These methods can be replaced with
    [RawOsStr::from_str(pat).starts_with_os(self)]
    and
    [RawOsStr::from_str(pat).ends_with_os(self)].
    dylni committed Aug 21, 2021
    Copy the full SHA
    21cb24b View commit details
  2. Improve documentation

    dylni committed Aug 21, 2021
    Copy the full SHA
    a2caf69 View commit details
  3. Test all feature combinations

    dylni committed Aug 21, 2021
    Copy the full SHA
    186b1e1 View commit details
  4. Bump version

    dylni committed Aug 21, 2021
    Copy the full SHA
    4022791 View commit details

Commits on Aug 22, 2021

  1. Speed up testing

    dylni committed Aug 22, 2021
    Copy the full SHA
    5d3f3ee View commit details
  2. Minor improvements

    dylni committed Aug 22, 2021
    Copy the full SHA
    1f69180 View commit details

Commits on Aug 29, 2021

  1. Add indexing methods

    dylni committed Aug 29, 2021
    Copy the full SHA
    84d33c0 View commit details
  2. Adjust [Pattern] implementation

    dylni committed Aug 29, 2021
    Copy the full SHA
    b11e47e View commit details
  3. Add [RawOsStr::split]

    dylni committed Aug 29, 2021
    Copy the full SHA
    7d16c9d View commit details
  4. Make [RawOsStr::from_raw_bytes_unchecked] safe

    This crate does not make unsafe assumptions about the stored bytes.
    dylni committed Aug 29, 2021
    Copy the full SHA
    fd7ad15 View commit details
  5. Minor improvements

    dylni committed Aug 29, 2021
    Copy the full SHA
    3dd1335 View commit details
  6. Fix panic message

    dylni committed Aug 29, 2021
    Copy the full SHA
    f744100 View commit details
  7. Bump version

    dylni committed Aug 29, 2021
    Copy the full SHA
    117e383 View commit details
  8. Copy the full SHA
    75729ae View commit details
  9. Bump version

    dylni committed Aug 29, 2021
    Copy the full SHA
    b271262 View commit details

Commits on Sep 6, 2021

  1. Improve Debug implementations

    dylni committed Sep 6, 2021
    Copy the full SHA
    5cf4849 View commit details
  2. Copy the full SHA
    b3bee69 View commit details
  3. Copy the full SHA
    fa14184 View commit details
  4. Improve documentation

    dylni committed Sep 6, 2021
    Copy the full SHA
    2774466 View commit details
  5. Minor improvements

    dylni committed Sep 6, 2021
    Copy the full SHA
    c6dc9ff View commit details
  6. Fix missed error case

    dylni committed Sep 6, 2021
    Copy the full SHA
    96af769 View commit details
  7. Update uniquote requirement from 2.0 to 3.0

    Updates the requirements on [uniquote](https://github.com/dylni/uniquote) to permit the latest version.
    - [Release notes](https://github.com/dylni/uniquote/releases)
    - [Commits](dylni/uniquote@2.0.0...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: uniquote
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 6, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    12c76e4 View commit details
  8. Copy the full SHA
    a213cb9 View commit details
  9. Use new features of "uniquote"

    dylni committed Sep 6, 2021
    Copy the full SHA
    e59b2b8 View commit details
  10. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc17a26 View commit details
  11. Revert "Remove private macros from documentation"

    This reverts commit 75729ae.
    
    This regression has been fixed:
    rust-lang/rust#88456
    dylni committed Sep 6, 2021
    Copy the full SHA
    43df371 View commit details
  12. Minor improvements

    dylni committed Sep 6, 2021
    Copy the full SHA
    04794d7 View commit details
  13. Bump version

    dylni committed Sep 6, 2021
    Copy the full SHA
    7289940 View commit details

Commits on Sep 27, 2021

  1. Update print_bytes requirement from 0.4 to 0.5

    Updates the requirements on [print_bytes](https://github.com/dylni/print_bytes) to permit the latest version.
    - [Release notes](https://github.com/dylni/print_bytes/releases)
    - [Commits](dylni/print_bytes@0.4.0...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: print_bytes
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ee8ed9 View commit details

Commits on Oct 2, 2021

  1. Copy the full SHA
    c0bf954 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    44ba897 View commit details

Commits on Oct 24, 2021

  1. Minor improvements

    dylni committed Oct 24, 2021
    Copy the full SHA
    c338ce2 View commit details
  2. Remove unnecessary feature

    dylni committed Oct 24, 2021
    Copy the full SHA
    65d54c1 View commit details
  3. Deprecate byte patterns

    dylni committed Oct 24, 2021
    Copy the full SHA
    279d8d5 View commit details
  4. Improve iterator size bounds

    dylni committed Oct 24, 2021
    Copy the full SHA
    1aeb2c4 View commit details
  5. Minor improvements

    dylni committed Oct 24, 2021
    Copy the full SHA
    78b07fa View commit details
  6. Add "rust-version" field

    dylni committed Oct 24, 2021
    Copy the full SHA
    af90afc View commit details
  7. Bump version

    dylni committed Oct 24, 2021
    Copy the full SHA
    99610a6 View commit details
  8. Add beta testing

    dylni committed Oct 24, 2021
    Copy the full SHA
    71b67f1 View commit details

Commits on Nov 27, 2021

  1. Copy the full SHA
    bc3341a View commit details
  2. Copy the full SHA
    94bd618 View commit details
  3. Increase MSRV to 1.52.0

    dylni committed Nov 27, 2021
    Copy the full SHA
    6acb7e6 View commit details
  4. Bump version

    dylni committed Nov 27, 2021
    Copy the full SHA
    a96a7ac View commit details
Showing with 1,975 additions and 355 deletions.
  1. +29 −31 .github/workflows/build.yml
  2. +15 −7 Cargo.toml
  3. +20 −18 README.md
  4. +7 −13 src/common/mod.rs
  5. +31 −0 src/common/raw.rs
  6. +113 −0 src/iter.rs
  7. +78 −29 src/lib.rs
  8. +77 −0 src/pattern.rs
  9. +0 −86 src/raw.rs
  10. +1,156 −0 src/raw_str.rs
  11. +10 −0 src/util.rs
  12. +5 −5 src/wasm32/mod.rs
  13. +32 −0 src/wasm32/raw.rs
  14. +17 −18 src/windows/mod.rs
  15. +37 −4 src/windows/raw.rs
  16. +34 −26 src/windows/wtf8/code_points.rs
  17. +52 −28 src/windows/wtf8/convert.rs
  18. +4 −14 src/windows/wtf8/mod.rs
  19. +44 −36 src/windows/wtf8/string.rs
  20. +15 −5 tests/common.rs
  21. +34 −0 tests/debug.rs
  22. +86 −0 tests/index.rs
  23. +24 −22 tests/random.rs
  24. +55 −13 tests/raw.rs
60 changes: 29 additions & 31 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -3,18 +3,23 @@ name: build
on:
pull_request:
push:
branches:
- master
schedule:
- cron: 0 0 * * FRI

jobs:
build:
runs-on: ${{ matrix.platform }}
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 10
- run: cargo clippy -- -Dwarnings
- run: cargo clippy --all-features --tests -- -Dwarnings
- run: cargo install cargo-hack
- run: cargo hack clippy --feature-powerset --optional-deps
- run: cargo hack clippy --feature-powerset --optional-deps --tests
- run: cargo fmt -- --check
timeout-minutes: 5
strategy:
@@ -23,44 +28,36 @@ jobs:
build-other:
needs: [build]
runs-on: ubuntu-latest
env:
RUSTFLAGS: -Dwarnings
flags: --feature-powerset --optional-deps --target ${{ matrix.target }}
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 10
- run: rustup install ${{ matrix.version }}
- run: rustup default ${{ matrix.version }}
- run: rustup component add clippy
# Clippy might not be packaged with the current nightly compiler or might
# include broken lints on the nightly channel.
#
# Running Clippy on older versions prevents taking advantage of
# improvements to its lints.
- if: matrix.version == 'stable'
run: rustup component add clippy
- run: rustup target add ${{ matrix.target }}
- run: cargo clippy --all-features --target ${{ matrix.target }} -- -Dwarnings
- run: cargo install cargo-hack
- if: matrix.version == 'stable'
run: cargo hack clippy ${{ env.flags }}
- if: matrix.version != 'stable'
run: cargo hack rustc ${{ env.flags }}
timeout-minutes: 5
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi, x86_64-unknown-redox]
# Clippy might not be packaged with the current nightly compiler.
version: [stable, beta]
version: [1.52.0, stable, beta, nightly]
include:
- target: wasm32-unknown-unknown
version: 1.34.0
- target: wasm32-unknown-wasi
version: 1.35.0
- target: x86_64-unknown-redox
version: 1.34.0
build-other-unstable:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 10
- run: rustup install nightly
- run: rustup default nightly
- run: rustup target add ${{ matrix.target }}
# Clippy might not be packaged with the current nightly compiler.
- run: cargo rustc --all-features --target ${{ matrix.target }} -- -Dwarnings
timeout-minutes: 5
strategy:
matrix:
target: [x86_64-fortanix-unknown-sgx]
- target: x86_64-fortanix-unknown-sgx
version: nightly
test:
needs: [build]
runs-on: ${{ matrix.platform }}
@@ -72,11 +69,12 @@ jobs:
fetch-depth: 10
- run: rustup install ${{ matrix.version }}
- run: rustup default ${{ matrix.version }}
- run: cargo test
- run: cargo test --no-default-features
- run: cargo test --no-default-features --features raw_os_str
- run: cargo test --all-features
- run: cargo test --release
- run: cargo test --all-features --release
timeout-minutes: 10
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
version: [1.34.0, stable, nightly]
version: [1.52.0, stable, beta, nightly]
22 changes: 15 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
[package]
name = "os_str_bytes"
version = "3.1.0"
version = "6.0.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
rust-version = "1.52.0"
description = """
Traits for converting between byte sequences and platform-native strings
Utilities for converting between byte sequences and platform-native strings
"""
repository = "https://github.com/dylni/os_str_bytes"
readme = "README.md"
repository = "https://github.com/dylni/os_str_bytes"
license = "MIT OR Apache-2.0"
keywords = ["bytes", "osstr", "osstring", "path", "windows"]
categories = ["command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns"]
license = "MIT OR Apache-2.0"
exclude = [".*", "/rustfmt.toml", "/tests"]

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "os_str_bytes_docs_rs"]
rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"]

[dependencies]
memchr = { version = "2.4", optional = true }
print_bytes = { version = "0.5", optional = true }
uniquote = { version = "3.0", optional = true }

[dev-dependencies]
getrandom = { version = "0.2", features = ["js"] }
getrandom = "0.2"

[features]
raw = []
default = ["memchr", "raw_os_str"]

raw_os_str = []
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OsStr Bytes

This crate allows interacting with the data stored internally by [`OsStr`] and
This crate allows interacting with the data stored by [`OsStr`] and
[`OsString`], without resorting to panics or corruption for invalid UTF-8.
Thus, methods can be used that are already defined on [`[u8]`][slice] and
[`Vec<u8>`].
@@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
os_str_bytes = "3.1"
os_str_bytes = "6.0"
```

See the [documentation] for available functionality and examples.
@@ -39,36 +39,38 @@ The minimum supported Rust toolchain version depends on the platform:
<td><code>*-fortanix-*-sgx</code></td>
<td>nightly (<a href="https://doc.rust-lang.org/unstable-book/library-features/sgx-platform.html"><code>sgx_platform</code></a>)</td>
</tr>
<tr>
<td rowspan="2">JavaScript</td>
<td><code>wasm32-*-emscripten</code></td>
<td rowspan="2">1.34.0</td>
</tr>
<tr>
<td><code>wasm32-*-unknown</code></td>
</tr>
<tr>
<td>Redox</td>
<td><code>*-redox</code></td>
<td>1.34.0</td>
</tr>
<tr>
<td>Unix</td>
<td>Unix</td>
<td>1.34.0</td>
<td>1.52.0</td>
</tr>
<tr>
<td>WASI</td>
<td><code>*-wasi</code></td>
<td>1.35.0 (all versions)</td>
<td>1.52.0</td>
</tr>
<tr>
<td>WebAssembly</td>
<td><code>wasm32-*-unknown</code></td>
<td>1.52.0</td>
</tr>
<tr>
<td>Windows</td>
<td><code>*-windows-*</code></td>
<td>1.34.0</td>
<td>1.52.0</td>
</tr>
</table>

Minor version updates may increase these version requirements. However, the
previous two Rust releases will always be supported. If the minimum Rust
version must not be increased, use a tilde requirement to prevent updating this
crate's minor version:

```toml
[dependencies]
os_str_bytes = "~6.0"
```

## License

Licensing terms are specified in [COPYRIGHT].
20 changes: 7 additions & 13 deletions src/common/mod.rs
Original file line number Diff line number Diff line change
@@ -6,40 +6,34 @@ use std::result;

#[cfg(all(target_vendor = "fortanix", target_env = "sgx"))]
use std::os::fortanix_sgx as os;
#[cfg(any(target_os = "hermit", target_os = "redox", unix))]
#[cfg(any(target_os = "hermit", unix))]
use std::os::unix as os;
#[cfg(any(target_env = "wasi", target_os = "wasi"))]
#[cfg(target_os = "wasi")]
use std::os::wasi as os;

use os::ffi::OsStrExt;
use os::ffi::OsStringExt;

if_raw! {
if_raw_str! {
pub(super) mod raw;
}

pub(super) type EncodingError = Infallible;

type Result<T> = result::Result<T, EncodingError>;

#[allow(renamed_and_removed_lints)]
#[allow(clippy::unknown_clippy_lints)]
#[allow(clippy::unnecessary_wraps)]
pub(crate) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> {
pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> {
Ok(Cow::Borrowed(OsStrExt::from_bytes(string)))
}

pub(crate) fn os_str_to_bytes(os_string: &OsStr) -> Cow<'_, [u8]> {
pub(super) fn os_str_to_bytes(os_string: &OsStr) -> Cow<'_, [u8]> {
Cow::Borrowed(OsStrExt::as_bytes(os_string))
}

#[allow(renamed_and_removed_lints)]
#[allow(clippy::unknown_clippy_lints)]
#[allow(clippy::unnecessary_wraps)]
pub(crate) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> {
pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> {
Ok(OsStringExt::from_vec(string))
}

pub(crate) fn os_string_into_vec(os_string: OsString) -> Vec<u8> {
pub(super) fn os_string_into_vec(os_string: OsString) -> Vec<u8> {
OsStringExt::into_vec(os_string)
}
31 changes: 31 additions & 0 deletions src/common/raw.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
use std::fmt;
use std::fmt::Formatter;

#[inline(always)]
pub(crate) const fn is_continuation(_: u8) -> bool {
false
}

#[inline(always)]
pub(crate) fn decode_code_point(_: &[u8]) -> u32 {
unreachable!();
}

pub(crate) fn ends_with(string: &[u8], suffix: &[u8]) -> bool {
string.ends_with(suffix)
}

pub(crate) fn starts_with(string: &[u8], prefix: &[u8]) -> bool {
string.starts_with(prefix)
}

pub(crate) fn debug(string: &[u8], f: &mut Formatter<'_>) -> fmt::Result {
for byte in string {
write!(f, "\\x{:02X}", byte)?;
}
Ok(())
}

#[cfg(feature = "uniquote")]
pub(crate) mod uniquote {
use uniquote::Formatter;
use uniquote::Quote;
use uniquote::Result;

pub(crate) fn escape(string: &[u8], f: &mut Formatter<'_>) -> Result {
string.escape(f)
}
}
Loading