about summary refs log blame commit diff
path: root/tvix/store/src/lib.rs
blob: 81a77cd978a270afa15151d89bd6ac7803fe800f (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
               
            
                        
              
              
 

            





                                                                               
pub mod composition;
pub mod import;
pub mod nar;
pub mod pathinfoservice;
pub mod proto;
pub mod utils;

#[cfg(test)]
mod tests;

// That's what the rstest_reuse README asks us do, and fails about being unable
// to find rstest_reuse in crate root.
#[cfg(test)]
#[allow(clippy::single_component_path_imports)]
use rstest_reuse;