1 个不稳定版本
0.1.0 | 2024年7月10日 |
---|
#375 in 过程宏
每月110次下载
15KB
此crate提供了一个 derive宏,可以为任何可序列化的结构体添加加密/解密功能。它建立在strong-box
之上,这意味着您可以获得安全、快速且现代的加密,而不会影响易用性。
请参阅文档以获取使用说明(设计得尽可能简单)。
MSRV
在Cargo.toml
中指定。升级是一个破坏性更改。
许可协议
除非另有说明,否则此repo中的所有内容均受以下版权声明保护
Copyright (C) 2024 Matt Palmer <[email protected]>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
依赖项
~79KB