File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ description = "Integer traits and functions"
44documentation = " https://docs.rs/num-integer"
55homepage = " https://github.com/rust-num/num-integer"
66keywords = [" mathematics" , " numerics" ]
7- categories = [ " algorithms" , " science" ]
7+ categories = [" algorithms" , " science" , " no-std " ]
88license = " MIT/Apache-2.0"
99repository = " https://github.com/rust-num/num-integer"
1010name = " num-integer"
1111version = " 0.1.36"
1212readme = " README.md"
1313
14+ [package .metadata .docs .rs ]
15+ all-features = true
16+
1417[dependencies .num-traits ]
1518version = " 0.2.0"
1619default-features = false
Original file line number Diff line number Diff line change 1616
1717#![ doc( html_root_url = "https://docs.rs/num-integer/0.1" ) ]
1818
19- #![ cfg_attr ( not ( feature = "std" ) , no_std) ]
19+ #![ no_std]
2020#[ cfg( feature = "std" ) ]
21- extern crate core ;
21+ extern crate std ;
2222
2323extern crate num_traits as traits;
2424
You can’t perform that action at this time.
0 commit comments