trust_me 0.1.1

Just replace unsafe keyword to `safe!` macro. Always trust programmers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
crate-type = ["lib"]

[package]
description = "Just replace unsafe keyword to `safe!` macro. Always trust programmers."
documentation = "https://docs.rs/trust_me"
edition = "2021"
homepage = "https://github.com/Guyutongxue/trust_me_crab"
license-file = "LICENSE"
name = "trust_me"
readme = "README.md"
repository = "https://github.com/Guyutongxue/trust_me_crab"
version = "0.1.1"