safina-macros

Crates.iosafina-macros
lib.rssafina-macros
version0.1.3
sourcesrc
created_at2024-10-27 04:43:25.288574
updated_at2024-11-03 04:28:09.480182
descriptionProcedural macro for the `safina-async-test` package
homepage
repositoryhttps://gitlab.com/leonhard-llc/safina-rs
max_upload_size
id1424339
size12,965
Michael Leonhard (mleonhard)

documentation

README

safina-macros

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

Procedural macros for the safina crate.

License: Apache-2.0

Cargo Geiger Safety Report


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      🔒  safina-macros 0.1.3
0/0        0/0          0/0    0/0     0/0      🔒  ├── safe-proc-macro2 1.0.67
0/0        4/4          0/0    0/0     0/0      ☢️  │   └── unicode-ident 1.0.13
0/0        0/0          0/0    0/0     0/0      🔒  └── safe-quote 1.0.15
0/0        0/0          0/0    0/0     0/0      🔒      └── safe-proc-macro2 1.0.67

0/0        4/4          0/0    0/0     0/0    

Commit count: 379

cargo fmt