Skip to content

Commit

Permalink
Split into Rust crate
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jun 11, 2024
1 parent 914e88d commit f87c0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlanez/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

pub use bitpack::*;
pub use delta::*;
pub use fl::*;
pub use transpose::*;

mod bitpack;
mod delta;
mod fl;
mod transpose;

pub struct Pred<const B: bool>;
Expand Down

0 comments on commit f87c0eb

Please sign in to comment.