-
The `cargo vendor` command currently does not know about std dependencies. Will need to figure out how to handle the root dependencies, since they are special.
Source replacement may also be broke…
ehuss updated
3 weeks ago
-
# 总结
- 源码研究:https://github.com/cisen/sourcecode-rust-30
- rust wiki cn https://rustwiki.org/
- training: https://github.com/cisen/rust-training
- 类似npm的库文档:https://crates.io/
- 内置属性:https://githu…
cisen updated
10 months ago
-
### 要读的书
- [ ] 《Getting-Started-with-OAuth-2.0》
- [x] 《Using JRuby》
- [x] 《Everyday Scripting with Ruby》
- [x] 《Rust for Rubyists》http://www.rustforrubyists.com/book/index.html
- [ ] 《Sed and Awk 101…
itang updated
10 years ago
-
`prql_compiler::Target::names()` returns all target names.
I believe this could be used to automatically generate this list.
https://github.com/PRQL/prql/blob/b58bc85e2cbd3cee5dfeeb3577d28d8987dc8…
-
I tried to send an u16 slice or array using `{=[u16]}` (or `{=[u16;3]}` as documented in the defmt book. However I got a compiler error complaining about `[u16]` being an invalid type specifier. Same …
-
As discussed in #110 and #130, we should incorporate the Korean translation from https://github.com/keispace/comprehensive-rust-kr.
-
I don't understand the solution to exercise 5 about slices:
```
fn main() {
let s = "你好,世界";
// Modify this line to make the code work
let slice = &s[0..2];
assert!(slice == …
-
There have been repeated issues with Rust support for the wasm32-emscripten target, particularly involving exception handling (e.g., #97888 #85821), but also involving dynamic linking (e.g., #80775, #…
-
-
https://github.com/prysmaticlabs/geth-sharding/projects. Just focus on phase 1 for now.