-
I can capture rust variable with `chunk!` macro like
```rust
let name = "Rustacean";
lua.load(chunk! {
print("hello, " .. $name)
}).exec()
```
But what if I have external script inside a fi…
-
cgmath is a very old library, and has not yet had the rustfmt treatment! Most Rustaceans have it on by default in their editors, and we should make sure we can make contributing easy by running it on …
-
Hi all,
Thanks for creating this amazing website. It is a gold for rustaceans! Love it so much!
To find particular topic of articles, we could add "topics" link at the top of the website.
![her…
-
when I following the readme first git clone the repository to local. then in the local path I opend a cmd to install mdbook
when I run the command : cargo install mdbook it returned following error
…
-
The sorting flag from `jq` is very helpful when dealing with JSON APIs.
```
-S sort keys of objects on output;
```
There is an example:
```
❯ echo '{ "foo": 1, "bar": 2, "neste…
-
### Product Name
Rust
### Product Link
https://www.rust-lang.org/
### Other information
Also refer to https://rustacean.net/ for the mascot
### The following is required to submit this issue
- …
-
- __GitHub Profile__: @Sladuca
- __Available for__: `blockchain-experts`
- __Categories__: `cryptography` `protocol-upgrades`
- __Location__: `united-states:pittsburgh`
- __Skills__: `near-blockchain`…
-
- [x] TWiR Team /via https://github.com/cmr/this-week-in-rust/issues/607
- [x] Michael Gattozzi (chronicle.rs) @mgattozzi
- [ ] Matthias Endler ([hello-rust show]( https://hello-rust.show/) @mre
- …
-
Here’s a fun one: This SVG of the Rust mascot behaves weirdly when being resized with Squoosh. My hunch is it’s gotta do with the viewbox, but @jakearchibald knows SVG much better than I do. PTAL?
…
surma updated
2 years ago
-
crates.io's backend is written in Rust, and it works quite well. It would be nice if Rustaceans was too, especially as libraries like Hyper and Iron have cropped up in the mean time.