This website works better with JavaScript.
Explore
Help
Sign In
rascul
/
mkroot
Watch
1
Star
0
Fork
You've already forked mkroot
0
Code
Issues
Pull Requests
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.
05d4580faa
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '05d4580faa'
${ noResults }
mkroot
/
src
/
util
/
mod.rs
6 lines
101 B
Raw
Normal View
History
Unescape
Escape
single place for copy file
6 years ago
mod
copy_file
;
put perms in util module
6 years ago
mod
perms
;
single place for copy file
6 years ago
pub
use
crate
::
util
::
copy_file
::
copy_file
;
put perms in util module
6 years ago
pub
use
crate
::
util
::
perms
::
*
;