assemble-core 0.2.0

The core crate of the assemble-rs package
Documentation
1
2
3
4
5
6
7
8
//! The variant
//!
//! For more stuff flow related, check out the [`flow`](crate::flow) module.

// /// The variant details specify what attributes to look for.
// pub struct Variant {
//     attributes: Vec<Attribute>
// }