This website requires JavaScript.
Explore
Help
Sign in
matthiasbeyer
/
imag
Watch
1
Star
0
Fork
You've already forked imag
0
Code
Releases
Activity
fea24726c8
imag
/
libimagentrytag
/
src
/
tag.rs
3 lines
56 B
Rust
Raw
Normal View
History
Unescape
Escape
Add initial module structure
2016-02-04 13:01:33 +00:00
pub
type
Tag
=
String
;
more style adaptations again following clippy
2016-05-03 21:10:32 +00:00
pub
type
TagSlice
<
'
a
>
=
&
'
a
str
;
Copy permalink