-
The ability to create labels for things like tables, figures, pictures, equations, etc. and then be able reference them would be very handy. I'm not sure what syntactical form this would take. For ref…
-
When docs are built for a set of crates (e.g. ), it's easy to find yourself looking at a wide collection of crates.
AFAIK there's currently no way to restrict searches from a **subset** of crates. Th…
-
Hi, I did some mutation-based fuzzing again but on zune-png and found more panics.
```
Testing 01a9065e5558450bb9ca25f1bb6b63beb1497429.crash
thread 'main' panicked at /home/mattop/zune-image/cra…
-
Currently, `libusb-rs` is [unmaintained](https://github.com/dcuddeback/libusb-rs/issues/49). What's worse, latest Rust (1.79) isn't able to compile it anymore because of the cargo changes:
- https://…
-
The recommended usage section in the README states the following:
> Your library MAY provide a feature that will enable "allocator-api2/nightly". When this feature is enabled, your library MUST ena…
-
When execute the ./start-kbs.sh script, the following error message appears:
```
Error: database pool init error for pool named `diesel`
>> timed out waiting for connection: unable to open datab…
-
I've opened a PR here: #101
With Rust 1.81, the error trait now lives in core. I think coset can live with no_std and alloc only if we reflect that change.
-
currently a single TOML file is used to define (a) crate, (b) the chip (or other device) it is interacting with and (c) dev. boards hosting this chip.
however these are not 1:1 relations. thus if the…
-
### Steps
1. Create a package with the following `Cargo.toml`:
```toml
[package]
name = "a"
version = "0.1.0"
edition = "2021"
[dependencies]
ic-stable-structures = ">=0.1, =0.2,
-
| Metadata | |
| -------- | --- |
| Owner(s) | @Rustin170506 |
| Team(s) | [cargo](https://github.com/rust-lang/cargo), [crates-io](https://github.com/rust-lang/crates.io) |
| Go…