rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum InterpolPart<T> {
    Literal(T),
    Interpolation(super::Interpol),
}