Gábor Szabó

Results 283 issues of Gábor Szabó

I've just added this to https://cpan-digger.perlmaven.com/ and it would be nice to add it here too. ``` my $cover = $mcpan->cover('Moo-2.23'); if (defined $cover->criteria) { $total = $cover->criteria->{total}; } ```

To allow [Crates.io](https://crates.io/) , [lib.rs](https://lib.rs/) and the [Rust Digger](https://rust-digger.code-maven.com/) to link to it. See [the manifest](https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field) for the explanation.

run `cargo audit` https://docs.rs/cargo-audit/latest/cargo_audit/ for each crate.

Bu default crates with an `src/main.rs` will generate an executable program. However using the [bin](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#binaries) field in `Cargo.toml` we can designate other files to be converted to binary executables. Rust...