2016-12-12 18:39:36 +00:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2022-08-10 13:13:18 -07:00
|
|
|
// @hasraw 'search-index.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;
|