File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
corresponding issue.
15
15
- :tada :
16
16
17
- [ issue tracker ] : https://github.com/rust-lang-nursery /libm/issues
17
+ [ issue tracker ] : https://github.com/rust-lang/libm/issues
18
18
[ src ] : https://git.musl-libc.org/cgit/musl/tree/src/math
19
- [ `src/math/truncf.rs` ] : https://github.com/rust-lang-nursery /libm/blob/master/src/math/truncf.rs
19
+ [ `src/math/truncf.rs` ] : https://github.com/rust-lang/libm/blob/master/src/math/truncf.rs
20
20
21
21
Check [ PR #65 ] for an example.
22
22
23
- [ PR #65 ] : https://github.com/rust-lang-nursery /libm/pull/65
23
+ [ PR #65 ] : https://github.com/rust-lang/libm/pull/65
24
24
25
25
## Tips and tricks
26
26
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ documentation = "https://docs.rs/libm"
6
6
keywords = [" libm" , " math" ]
7
7
license = " MIT OR Apache-2.0"
8
8
name = " libm"
9
- repository = " https://github.com/rust-lang-nursery /libm"
9
+ repository = " https://github.com/rust-lang/libm"
10
10
version = " 0.2.0"
11
11
edition = " 2018"
12
12
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ A port of [MUSL]'s libm to Rust.
7
7
## Goals
8
8
9
9
The short term goal of this library is to [ enable math support (e.g. ` sin ` , ` atan2 ` ) for the
10
- ` wasm32-unknown-unknown ` target] [ wasm ] (cf. [ rust-lang-nursery /compiler-builtins] [ pr ] ). The longer
10
+ ` wasm32-unknown-unknown ` target] [ wasm ] (cf. [ rust-lang/compiler-builtins] [ pr ] ). The longer
11
11
term goal is to enable [ math support in the ` core ` crate] [ core ] .
12
12
13
- [ wasm ] : https://github.com/rust-lang-nursery /libm/milestone/1
14
- [ pr ] : https://github.com/rust-lang-nursery /compiler-builtins/pull/248
15
- [ core ] : https://github.com/rust-lang-nursery /libm/milestone/2
13
+ [ wasm ] : https://github.com/rust-lang/libm/milestone/1
14
+ [ pr ] : https://github.com/rust-lang/compiler-builtins/pull/248
15
+ [ core ] : https://github.com/rust-lang/libm/milestone/2
16
16
17
17
## Already usable
18
18
You can’t perform that action at this time.
0 commit comments