//! Random types.
use crateSliceConfig;
/// The result of slicing a model.
/// Contains both a list of layers and a `SliceConfig`, which is a simple configuration that can be used to create a .goo file.
/// Defines a layer that can be encoded.
/// This was created to allow for different implementations of encoding layers for deferent formats, but there is only one implementation in this crate.