Crates.io | build-data-writer |
lib.rs | build-data-writer |
version | 0.1.2 |
source | src |
created_at | 2021-04-14 09:24:49.398193 |
updated_at | 2021-04-14 10:38:17.567968 |
description | Companion to `build-data` crate |
homepage | |
repository | https://gitlab.com/leonhard-llc/ops |
max_upload_size | |
id | 383797 |
size | 35,568 |
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(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 🔒 build-data-writer 0.1.2
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:
License: Apache-2.0