Skip to content

Commit c37e310

Browse files
authored
Merge pull request #12 from rust-dd/feat/zero-copy-extractors
feat: zero copy extractor
2 parents 58ebc2a + 09d9cc2 commit c37e310

47 files changed

Lines changed: 5665 additions & 508 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,5 @@ jobs:
5050
restore-keys: |
5151
${{ runner.os }}-cargo-build-
5252
53-
# Build in release mode
54-
- name: Build in release mode
55-
run: cargo build --release --all-features
56-
57-
# Compile tests for all features without running them
58-
- name: Compile tests (all features)
59-
run: cargo test --all-features --no-run
60-
61-
# Run tests
62-
- name: Run tests
63-
run: cargo test --release --all-features
64-
65-
# Validate examples
6653
- name: Build all examples
6754
run: cargo build --release --all-features --examples

0 commit comments

Comments
 (0)