This website works better with JavaScript.
Explore
Help
Sign In
rust
/
trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
Watch
5
Star
0
Fork
You've already forked trpl-zh-cn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e652086991
gh-pages
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e652086991'
${ noResults }
trpl-zh-cn
/
listings
/
ch12-an-io-project
/
listing-12-14
/
src
/
lib.rs
4 lines
92 B
Raw
Blame
History
pub
fn
search
<
'
a
>
(
query
:
&
str
,
contents
:
&
'
a
str
)
->
Vec
<
&
'
a
str
>
{
unimplemented!
(
)
;
}
Reference in new issue
View Git Blame
Copy Permalink