libyaml 0.1.0

High-level bindings for the LibYAML library
Documentation
1
2
3
4
5
6
7
8
9
/// Document tag directive.
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub struct TagDirective {
    /// Handle.
    pub handle: String,

    /// Prefix.
    pub prefix: String,
}