2016-12-12 18:39:36 +00:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2024-03-16 17:50:44 -07:00
|
|
|
// @hasraw 'search.desc/foo/foo-desc-0-.js' 'Foo short link.'
|
2022-08-12 00:44:07 -04:00
|
|
|
// @!hasraw - 'www.example.com'
|
|
|
|
// @!hasraw - 'More Foo.'
|
2016-12-12 18:39:36 +00:00
|
|
|
|
|
|
|
/// Foo short [link](https://www.example.com/).
|
|
|
|
///
|
|
|
|
/// More Foo.
|
|
|
|
pub struct Foo;
|