#traits #rub #define #build #utilities #helpful #lifecycles

buildable

Buildable trait definition and utilities helpful in build lifecycles

5 releases

Uses old Rust 2015

0.0.5 Jan 25, 2015
0.0.4 Jan 15, 2015
0.0.3 Jan 14, 2015
0.0.2 Dec 29, 2014
0.0.1 Dec 19, 2014

#2879 in Rust patterns

Download history 8/week @ 2023-11-20 4/week @ 2023-11-27 3/week @ 2023-12-18 5/week @ 2023-12-25 9/week @ 2024-01-08 8/week @ 2024-02-12 27/week @ 2024-02-19 25/week @ 2024-02-26 16/week @ 2024-03-04

76 downloads per month
Used in 7 crates

MIT license

18KB
391 lines

buildable

Buidable Trait Library

Status

Build Status


lib.rs:

Defines the BuildConfig type, the Buildable trait, and the LifeCycle enum.

Examples

use buildable::BuildConfig;

let mut bc = BuildConfig::new();
bc.project("v8");

No runtime deps