Skip to content
Snippets Groups Projects
Select Git revision
  • 06f484b17a8336ec908ef423f32cbd0a5a0f16f5
  • master default protected
  • duniter-v2s-issue-123-industrialize-releases
  • develop
  • v1.8.3
  • 1.8.2
6 results

lib.rs

Blame
  • lib.rs 954 B
    //  Copyright (C) 2020 Éloïs SANCHEZ.
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as
    // published by the Free Software Foundation, either version 3 of the
    // License, or (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU Affero General Public License for more details.
    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <https://www.gnu.org/licenses/>.
    
    pub use duniter_conf as conf;
    pub use duniter_dbs as dbs;
    #[cfg(feature = "bc-writer")]
    pub use duniter_dbs_write_ops as dbs_write_ops;
    pub use duniter_global as global;
    pub use duniter_mempools as mempools;
    pub use duniter_module as module;