sectxtlib 0.4.0

A library for parsing and validating security.txt files as specified in RFC 9116
Documentation
1
2
3
4
5
#[derive(Debug, PartialEq)]
pub(crate) struct RawField<'a> {
    pub name: &'a str,
    pub value: &'a str,
}