This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
13729
Commits
79
Branches
175
Tags
88 MiB
Python
80.2%
Meson
11.8%
C
3.7%
Shell
1.1%
C++
1.1%
Other
1.5%
Tree:
c5b16ab8b9
meson
/
test cases
/
rust
/
14 external libm
/
prog.rs
5 lines
81 B
Raw
Blame
History
extern
crate
rs_math
;
fn
main
(
)
{
assert_eq!
(
rs_math
::
rs_log2
(
8.0
)
,
3.0
)
;
}
Reference in new issue
View Git Blame
Copy Permalink