-
# Environment
**Delta-rs version**:
0.21.0
**Binding**:
**Environment**:
- **OS**:
Linux
***
# Bug
switching from pyarrow engine to rust increase memory usage by nearly 3X, the job…
-
auto-reduced (treereduce-rust):
````rust
struct NonGeneric {}
#[derive(Default)]
struct NonGeneric {}
pub fn main() {}
````
Version information
````
rustc 1.85.0-dev
binary: rustc
commit-hash: u…
-
### Describe the bug
64-bit entered hex values are not considered as numbers, hence error `0xffffffffffffffef | fmt` is neither a Nushell built-in or a known external command
### How to reproduce
1…
-
```
~/development/subtensor$ cargo audit --version
cargo-audit-audit 0.21.0
~/development/subtensor$ cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-…
-
Right now, comments are lost when deserializing a YAML file.
Would you consider adding comment support to this library?
There is a open issue for this in `yaml-rust`: https://github.com/chyh1990/y…
-
I wanted to open this issue as a central place for discussing the removal/supplementing of the openssl dependency. As far as I understand, this is desired, see https://github.com/algesten/str0m/issues…
-
**What is the name of the software?**
Pumpkin
**Describe what the server is in 1-2 sentences.**
> [Pumpkin](https://snowiiii.github.io/Pumpkin/) is a Minecraft server built entirely in Rust, offe…
-
### Description
The current code follows rust 2018 edition.
In migrating to the latest, we can have some performance improvement.
-
the two latest github releases are not present in the central repository: https://registry.bazel.build/modules/rules_rust
-
I'd like to be able to initialize and use Rust from multiple languages at the same time [in the same process].
Example use case:
From React-Native Javascript, call into Rust which then calls out…