Skip to content

Commit

Permalink
Skeleton impl of binary 1.1 writer (#688)
Browse files Browse the repository at this point in the history
* Adds mostly `todo!()` impl of a binary 1.1 writer
* Refactors the `encoder` module into `v1_0` and `v1_1` submodules
  • Loading branch information
zslayton authored Dec 20, 2023
1 parent 0d16a73 commit b5e4b16
Show file tree
Hide file tree
Showing 11 changed files with 2,098 additions and 416 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'amazon-ion/ion-rust'
strategy:
matrix:
# In 2022-01-11, GitHub Actions changed the `windows-latest` virtual environment alias so
# that it stopped pointing to `windows-2019` and began pointing to `windows-2022` instead.
# The pipeline needs to be updated to support the new edition of Windows Server. In the
# meantime, the build only tests Windows Server 2019.
# See https://github.com/amazon-ion/ion-rust/issues/353
os: [ubuntu-latest, windows-2019, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
# build and test for different and interesting crate features
features: ['default', 'all', 'experimental-ion-hash', 'experimental']
permissions:
Expand Down
Loading

0 comments on commit b5e4b16

Please sign in to comment.