2016-12-12 12:39:36 -06:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2022-08-10 15:13:18 -05:00
|
|
|
// @hasraw 'search-index.js' 'Foo short link.'
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'www.example.com'
|
|
|
|
// @!hasraw - 'More Foo.'
|
2016-12-12 12:39:36 -06:00
|
|
|
|
|
|
|
/// Foo short [link](https://www.example.com/).
|
|
|
|
///
|
|
|
|
/// More Foo.
|
|
|
|
pub struct Foo;
|