This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
d952812b1b
meson
/
test cases
/
rust
/
2 sharedlib
/
stuff.rs
4 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix Rust to work with 1.3 release. Closes #277.
2015-10-12 04:30:52 +08:00
#![
crate_name =
"
stuff
"
]
Build a shared Rust library.
2014-06-19 05:02:19 +08:00
pub
fn
explore
(
)
->
&
'static
str
{
"
librarystring
"
}