Function two_face::acknowledgement_url
source · pub fn acknowledgement_url() -> &'static str
Expand description
Returns a link to a page listing acknowledgements for all syntax and theme definitions
Available without having to bundle all of the acknowledgement info in your binary
assert_eq!(
two_face::acknowledgement_url(),
"https://github.com/CosmicHorrorDev/two-face/blob/v0.4.0/generated/acknowledgements_full.md"
);