stegano-rs icon indicating copy to clipboard operation
stegano-rs copied to clipboard

A cross-platform command line tool for steganography focused on performance and simplicity written in rust-lang.

Results 25 stegano-rs issues
Sort by recently updated
recently updated
newest added

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. Release notes Sourced from thiserror's releases. 1.0.32 Add keywords to crates.io metadata Commits 8cb98af Release 1.0.32 c1fb583 Disable nightly backtrace testing until converted to...

dependencies

Bumps [image](https://github.com/image-rs/image) from 0.24.2 to 0.24.3. Changelog Sourced from image's changelog. Version 0.24.3 New Features: TiffDecoder now supports setting resource limits. Bug fixes: Fix compile issues on little endian systems....

dependencies

Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6. Changelog Sourced from criterion's changelog. [0.3.6] - 2022-07-06 Changed MSRV bumped to 1.49 Symbol for microseconds changed from ASCII 'us' to unicode 'µs' Documentation...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.16 to 3.2.2. Release notes Sourced from clap's releases. v3.2.2 [3.2.2] - 2022-06-14 Fixes (derive) Improve the highlighted code for deprecation warnings gated behind unstable-v4 (derive) Default...

dependencies

As on [build](https://github.com/steganogram/stegano-rs/actions/runs/2184925857) there is a problem on all 4 artifact builds: ```plain Run filename="stegano-$TAG-amd64-static.deb" filename="stegano-$TAG-amd64-static.deb" mv target/x86_64-unknown-linux-musl/debian/stegano-cli*.deb "$filename" echo "::set-output name=filename::$filename" shell: /bin/bash --noprofile --norc -e -o pipefail {0}...

bug

When building a new tag, binary packages should be generated and attached to the github releases page.

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** appimages are a good way for providing single binaries on all distributions **Describe the solution you'd like** please provide an...

stegano-core is the library for stegano-cli, by this it should handle error cases as like a library and should never panic - extend error codes for all error scenarios -...

enhancement

A build target should produce a .rpm binary package.

enhancement
good first issue

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.18. Release notes Sourced from clap's releases. v4.0.18 [4.0.18] - 2022-10-20 Fixes (derive) Allow #[command(skip)] to also work with enum variants with a value v4.0.17...

dependencies