sapling/eden/mononoke/derived_data/filenodes/lib.rs
Egor Tkachenko 0b88d1bf67 Restructure derived_data filenodes
Summary: Move around code, similar to other data types.

Reviewed By: StanislavGlebik

Differential Revision: D27044301

fbshipit-source-id: 6c1c104533592733e95c3976717c5ac484218c6f
2021-03-18 09:24:03 -07:00

15 lines
355 B
Rust

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#![deny(warnings)]
mod derive;
mod mapping;
pub use derive::generate_all_filenodes;
pub use mapping::{FilenodesOnlyPublic, FilenodesOnlyPublicMapping, PreparedRootFilenode};