Skip to content

Commit

Permalink
wip: refactor geometry encoder decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Jan 12, 2025
1 parent 7fd4498 commit e5c14a9
Show file tree
Hide file tree
Showing 5 changed files with 590 additions and 53 deletions.
1 change: 1 addition & 0 deletions src/rust/src/reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use anyhow::{anyhow, Result};
use fallible_streaming_iterator::FallibleStreamingIterator;
use std::io::{Read, Seek, SeekFrom, Write};

pub mod geom_decoder;
use std::marker::PhantomData;
pub struct FcbReader<R> {
reader: R,
Expand Down
Loading

0 comments on commit e5c14a9

Please sign in to comment.