screensnap:一个用Rust编写的简单的屏幕截图程序
2021-10-01 15:20:36 22KB windows rust screenshot opengl
1
锈cargo行动 该GitHub Action在Rust语言项目上运行指定的命令。 目录 工作流程示例 on : [push] name : CI jobs : build_and_test : name : Rust project runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : actions-rs/toolchain@v1 with : toolchain : stable - uses : a
2021-09-25 11:39:26 365KB github rust rust-lang cargo
1
ethereum-tx-sign允许您离线签名以太坊交易。 // 1个主网,3个ropsten const ETH_CHAIN_ID:u32 = 3; let tx = ethereum_tx_sign :: Ra ethereum-tx-sign允许您离线签名以太坊交易。 // 1个主网,3个ropsten const ETH_CHAIN_ID:u32 = 3; 令tx = ethereum_tx_sign :: RawTransaction {nonce:web3 :: types :: U256 :: from(0),to:Some(web3 :: types :: H160 :: zero()),value:web3 :: types :: U256 :: zero(),汽油价格:web3 :: types :: U256 :: from(10000),汽油:web3 :: types :: U256 :: from(21240),数据:hex :: decode(“ 7f74657374320000000000000000000000000000000000000000000
2021-09-23 22:57:57 8KB Rust Cryptocurrencies
1
corrode:一个将C转成Rust的转换器
2021-09-23 17:32:40 88KB C/C 开发-其它杂项
1
自述文件 功能性 -ERC20的实现:VT令牌 -ERC721的实施:AssetToken -AssetManager合同的执行 交易流程概述 使用AssetManager-> Deposit Function来管理价值X VT的721个令牌存储资产的所有者 AssetManager将X VT令牌作为贷款发送给所有者,贷款余额每天都按利息增加。 当所有者偿还贷款AssetManager时,将资产x123发送回所有者 例子 鲍勃钱包B AssetManager钱包M 鲍勃拥有价值100 VT的721个令牌x123 鲍勃将x123存入AssetManager钱包M AssetManager将100 VT发送到walletB 每日利息0.05 第一天Bob贷款余额100 第2天鲍勃贷款余额100.05 第2天Bob贷款余额100.100025 当鲍勃还清余额时,资产被释放。
2021-09-23 16:58:17 44KB Rust
1
rustprimer-1.0.5.pdf
2021-09-20 22:04:57 4.2MB RUST
1
吴曼伯 一个用于快速多字符串搜索的板条箱(在涉及要搜索的字符串的初始预处理步骤之后)。 此板条箱实现了Wu-Manber算法,当所有搜索字符串都很长时,该算法特别快。 否则, 板条箱可能会更快。
2021-09-15 14:10:49 41KB Rust
1
Rust编程语言中文版PDF,带完整书签。基于Rust中文网内容制作,离线版本方便查阅。
2021-09-12 22:13:25 18.92MB Rust 编程语言
1
gnirehtet-rust-win64 用于pc电脑共享网络给安卓手机
2021-09-11 18:08:54 2.66MB 电脑网络共享
1
Rust Standard Library Cookbook 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-09-06 17:28:11 1.85MB Rust Standard Library Cookbook
1