在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:multiformats/rust-multibase开源软件地址:https://github.com/multiformats/rust-multibase开源编程语言:Rust 100.0%开源软件介绍:rust-multibase
Table of ContentsInstallFirst add this to your [dependencies]
multibase = "0.9" For
note: This crate relies on the currently unstable Then run Usageuse multibase::Base;
let base64 = multibase::encode(Base::Base64, b"hello world");
let (base, data) = multibase::decode(base64); Note: MaintainersCaptain: @dignifiedquire. ContributeContributions welcome. Please check out the issues. Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct. Small note: If editing the README, please conform to the standard-readme specification. LicenseMIT © Friedel Ziegelmayer |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论