Functions to to write build-data.txt
from your
build.rs
.
Read the file with the
build-data
crate.
forbid(unsafe_code)
build-info
See build-data
crate docs.
```
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(unsafecode)]
❓ = No unsafe
usage found, missing #![forbid(unsafecode)]
☢️ = unsafe
usage found
Functions Expressions Impls Traits Methods Dependency
0/0 0/0 0/0 0/0 0/0 🔒 build-data-writer 0.1.1 1/1 44/90 2/2 0/0 0/0 ☢️ └── chrono 0.4.19 0/19 10/311 0/0 0/0 5/27 ☢️ ├── libc 0.2.91 0/0 0/0 0/0 0/0 0/0 ❓ ├── num-integer 0.1.44 0/0 4/10 0/0 0/0 0/0 ☢️ │ └── num-traits 0.2.14 0/0 4/10 0/0 0/0 0/0 ☢️ ├── num-traits 0.2.14 0/0 0/7 0/0 0/0 0/0 ❓ ├── rustc-serialize 0.3.24 1/1 218/218 0/0 0/0 0/0 ☢️ └── time 0.1.44 0/19 10/311 0/0 0/0 5/27 ☢️ ├── libc 0.2.91 0/0 0/7 0/0 0/0 0/0 ❓ └── rustc-serialize 0.3.24
2/21 276/636 2/2 0/0 5/27
```
Fixing bugs and adding features is easy and fast. Send us a pull request and we intend to: - Always respond within 24 hours - Provide clear & concrete feedback - Immediately make a new release for your accepted change
License: Apache-2.0