-
# 最小化 Rust 二进制文件大小 - MyEdgeTech
如何生成最小的 Rust 二进制文件
[https://myedgetech.com/min-sized-rust/](https://myedgetech.com/min-sized-rust/)
-
As mentioned in https://github.com/rust-bitcoin/rust-miniscript/pull/481#discussion_r1028718255, it appears that the planning module doesn't include the varint length for `TapScript` and `TapControlBl…
-
_Issue automatically imported from old repo: https://github.com/EmbarkStudios/rust-gpu/issues/1144_
_Old labels: t: enhancement_
_Originally creatd by Makogan on 2024-04-14T21:35:40Z_ 👍: 2
---
I wo…
tombh updated
4 hours ago
-
Hi! Thanks for you crate!
I have been using LangChain previously in Java and Python, and I am happy that there is a crate for Rust too!
However, please, could you remove documentation link on cr…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
We need to update to as new of a nightly as possible. The current nightly is extremely old. At the very least, we need to update past a nightly that fixes https://github.com/Rust-GPU/rust-gpu/issues/2…
-
@ValuedMammal We've had a lot of back and forth on this PR: #103, mostly because I only ran `cargo test` and missed tests in the matrix, was wondering if you what you think about adding a justfile so …
-
### Roadmap URL
https://roadmap.sh/rust
### Suggestions
Leptos is a fast and lightweight web framework for building reactive apps in Rust. It lets create both: client and server-side applications w…
-
Minimal repro that fails to compile:
```rust
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main() {
let x = [[1; 2]; 1];
}
```
Bisects to https://github.com/Rust-GPU/rust-gpu/commi…
-
[Example: How to generate .gcda files for a Rust project](https://github.com/mozilla/grcov?tab=readme-ov-file#example-how-to-generate-gcda-files-for-a-rust-project) in the readme uses `-Zprofile` whic…