From 07edb3ca49d278c0d642aa412c8704c9c6755455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20G=C4=85dek?= Date: Sun, 19 Jun 2022 01:27:13 +0200 Subject: [PATCH] Reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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)