Skip to content

Commit

Permalink
Add new constants for feed and rss in names.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Mar 3, 2025
1 parent 9157168 commit 851d98b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/consts/names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,8 @@ pub const FASTINFOSET: crate::Name = crate::Name::new_unchecked("fastinfoset");
pub const FASTSOAP: crate::Name = crate::Name::new_unchecked("fastsoap");
/// `fdt`
pub const FDT: crate::Name = crate::Name::new_unchecked("fdt");
/// `feed`
pub const FEED: crate::Name = crate::Name::new_unchecked("feed");
/// `FFV1`
pub const FFV1: crate::Name = crate::Name::new_unchecked("FFV1");
/// `fhir`
Expand Down Expand Up @@ -3404,6 +3406,8 @@ pub const RPKI_PUBLICATION: crate::Name = crate::Name::new_unchecked("rpki-publi
pub const RPKI_ROA: crate::Name = crate::Name::new_unchecked("rpki-roa");
/// `rpki-updown`
pub const RPKI_UPDOWN: crate::Name = crate::Name::new_unchecked("rpki-updown");
/// `rss`
pub const RSS: crate::Name = crate::Name::new_unchecked("rss");
/// `rtf`
pub const RTF: crate::Name = crate::Name::new_unchecked("rtf");
/// `rtp-enc-aescm128`
Expand Down

0 comments on commit 851d98b

Please # to comment.