url

Function url 

Source
pub const fn url() -> &'static str
Expand description

Returns a link to a page listing acknowledgements for all syntax and theme definitions

Unlike the embedded acknowledgements which only include the licenses which require acknowledgement this listing contains all of the licenses of the syntaxes and themes included with this crate. All without having to bundle the acknowledgement info into your final binary!

assert_eq!(
    two_face::acknowledgement::url(),
    "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.1/generated/acknowledgements_full.md"
);