Docs.rs
  • rss-gen-0.0.3
    • rss-gen 0.0.3
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • sebastienrousseau
    • Dependencies
      • dtt ^0.0 normal
      • log ^0.4 normal
      • quick-xml ^0.36 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • time ^0.3 normal
      • url ^2.5 normal
      • criterion ^0.5 dev
      • lazy_static ^1.5 dev
      • version_check ^0.9 build
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

rss_gen0.0.3

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • data::RssData
  • data::RssItem
  • error::DateSortError
  • error::ValidationError
  • parser::ParserConfig
  • validator::RssFeedValidator

Enums

  • data::RssDataField
  • data::RssItemField
  • data::RssVersion
  • error::RssError

Traits

  • parser::ElementHandler

Macros

  • macro_generate_rss
  • macro_get_args
  • macro_metadata_option
  • macro_set_rss_data_fields
  • macro_write_element

Functions

  • data::parse_date
  • data::validate_url
  • generator::generate_rss
  • generator::sanitize_content
  • generator::write_element
  • parser::parse_rss
  • quick_rss
  • validator::validate_rss_feed

Type Aliases

  • error::Result

Constants

  • MAX_DESCRIPTION_LENGTH
  • MAX_FEED_SIZE
  • MAX_GENERAL_LENGTH
  • MAX_LINK_LENGTH
  • MAX_TITLE_LENGTH
  • VERSION