RsBundle  Diff

Differences From Artifact [5242b497af]:

  • File src/lib.rs — part of check-in [7d4dd3e3ac] at 2017-11-21 20:55:18 on branch trunk — Use `c_str_macro` instead of `const-cstr` (user: fifr size: 1723)

To Artifact [038a56c8cc]:

  • File src/lib.rs — part of check-in [ade34c179c] at 2018-06-26 13:40:56 on branch error-handling — Remove dependency on `failure` crate (user: fifr size: 1659)

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// along with this program.  If not, see  <http://www.gnu.org/licenses/>
//

//! Proximal bundle method implementation.

#[macro_use]
extern crate c_str_macro;
extern crate failure;
#[macro_use]
extern crate failure_derive;
extern crate itertools;

#[macro_use]
extern crate log;

/// Type used for real numbers throughout the library.
pub type Real = f64;







<
<
<







14
15
16
17
18
19
20



21
22
23
24
25
26
27
// along with this program.  If not, see  <http://www.gnu.org/licenses/>
//

//! Proximal bundle method implementation.

#[macro_use]
extern crate c_str_macro;



extern crate itertools;

#[macro_use]
extern crate log;

/// Type used for real numbers throughout the library.
pub type Real = f64;