Skip to content

Commit

Permalink
Reports
Browse files Browse the repository at this point in the history
cargo geiger:

    Metric output format: x/y
        x = unsafe code used by the build
        y = total unsafe code found in the crate

    Symbols:
        :) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
        ?  = No `unsafe` usage found, missing #![forbid(unsafe_code)]
        !  = `unsafe` usage found

    Functions  Expressions  Impls  Traits  Methods  Dependency

    0/0        0/0          0/0    0/0     0/0      ?  mst 0.1.0
    0/0        0/0          0/0    0/0     0/0      ?  └── mustache 0.9.0
    1/1        24/24        0/0    0/0     0/0      !      ├── log 0.3.9
    1/1        16/18        1/1    0/0     0/0      !      │   └── log 0.4.17
    0/0        0/0          0/0    0/0     0/0      ?      │       ├── cfg-if 1.0.0
    0/0        5/5          0/0    0/0     0/0      !      │       └── serde 1.0.137
    0/0        5/5          0/0    0/0     0/0      !      └── serde 1.0.137

    2/2        45/47        1/1    0/0     0/0

cargo audit:

    (empty)
  • Loading branch information
kgadek committed Jun 18, 2022
1 parent 8480203 commit 07edb3c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 07edb3c

Please sign in to comment.