mediatypes 0.2.0

A comprehensive collection of MIME types (media types) as string constants
Documentation
1
2
3
4
5
6
7
8
//! X-conference MIME types
//!
//! This module contains MIME types for x-conference data.

/// `x-conference/x-cooltalk`
///
/// Common file extensions: `.ice`
pub const X_COOLTALK: &str = "x-conference/x-cooltalk";