Skip to content

Commit

Permalink
Removes the IonReader trait and its implementations. (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored Apr 24, 2024
1 parent 2f30825 commit 9c88ae7
Show file tree
Hide file tree
Showing 51 changed files with 29 additions and 13,139 deletions.
179 changes: 0 additions & 179 deletions examples/read_all_values.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/binary/header.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::convert::TryFrom;

use crate::binary::constants::v1_0::length_codes;
use crate::binary::nibbles::nibbles_from_byte;
use crate::binary::IonTypeCode;
use crate::lazy::binary::raw::nibbles::nibbles_from_byte;
use crate::result::IonResult;
use crate::IonType;

Expand Down
2 changes: 0 additions & 2 deletions src/binary/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pub mod constants;
pub mod decimal;
mod header;
pub mod int;
mod nibbles;
pub(crate) mod non_blocking;
pub mod timestamp;
pub(crate) mod type_code;
pub mod uint;
Expand Down
Loading

0 comments on commit 9c88ae7

Please sign in to comment.