Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
separate sector builder/non-sector builder FFI code + provide idiomat…
Browse files Browse the repository at this point in the history
…ic Rust API to "primitive proofs operations" (#684)

* reorganize crates in preparation for split

* split sector builder FFI from non-sector builder FFI

* add comments

* internal -> safe

* rust fmt

* remove api indirection
  • Loading branch information
laser committed Jun 4, 2019
1 parent 33f6f01 commit bcb3126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drop-struct-macro-derive/README.md
Expand Up @@ -50,9 +50,9 @@ $ cargo expand --lib api::responses
Finished dev [unoptimized + debuginfo] target(s) in 0.70s

pub mod responses {
use crate::api::sector_builder::errors::SectorBuilderErr;
use crate::api::sector_builder::SectorBuilder;
use crate::api::API_POREP_PROOF_BYTES;
use crate::sector_builder::errors::SectorBuilderErr;
use crate::sector_builder::SectorBuilder;
use crate::API_POREP_PROOF_BYTES;
use drop_struct_macro_derive::DropStructMacro;
use failure::Error;
Expand Down

0 comments on commit bcb3126

Please sign in to comment.