rust-multibase icon indicating copy to clipboard operation
rust-multibase copied to clipboard

Multibase in rust

Results 9 rust-multibase issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies
github_actions

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.1] - 2023-05-26 Fixed Quick mode (--quick) no longer crashes with measured times over 5...

dependencies
rust

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. 0.10.0 - 2022-11-24 MSRV changed to 1.60 to hide optional dependencies Fixes Resolved soundness issue...

dependencies
rust

The [data-encoding](https://docs.rs/data-encoding/2.3.1/data_encoding/) library is no_alloc compatible, you can use e.g. [encode_mut](https://docs.rs/data-encoding/2.3.1/data_encoding/struct.Encoding.html#method.encode_mut). We could provide a similar trait, which writes into a mutable slice. Things to keep in mind: - [base-x](https://github.com/OrKoN/base-x-rs/)...

Base45 has just been added to the Multibase table: multiformats/multibase#123

help wanted

Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2. Changelog Sourced from rand's changelog. [0.9.2 — 2025-07-20] Deprecated Deprecate rand::rngs::mock module and StepRng generator (#1634) Additions Enable WeightedIndex<usize> (de)serialization (#1646) Commits d3dd415 Prepare...

dependencies
rust

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.100. Release notes Sourced from anyhow's releases. 1.0.100 Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426) 1.0.99 Allow build-script cleanup failure with...

dependencies
rust

Bumps [log](https://github.com/rust-lang/log) from 0.4.27 to 0.4.28. Release notes Sourced from log's releases. 0.4.28 What's Changed ci: drop really old trick and ensure MSRV for all feature combo by @​tisonkun in...

dependencies
rust