rust/library/std
Mara Bos 2780e35246 Throw core::panic!("message") as &str instead of String.
This makes it consistent with std::panic!("message"), which also throws
a &str, not a String.
2020-10-19 22:31:11 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Throw core::panic!("message") as &str instead of String. 2020-10-19 22:31:11 +02:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs Remove duplicated library links between std and libc 2020-09-21 01:37:15 -07:00
Cargo.toml Update libc to 0.2.79 2020-10-04 22:12:07 -07:00