/// Returns a short message about Shadowcat.
pubfnabout()->&'staticstr{"pointbreak: coming soon; see https://github.com/withpointbreak/pointbreak"}#[cfg(test)]modtests{usesuper::*;#[test]fnabout_mentions_coming_soon(){let msg =about();assert!(msg.contains("coming soon"));}}