2 个版本
使用旧的 Rust 2015
0.1.1 | 2019年2月26日 |
---|---|
0.1.0 | 2019年2月26日 |
#12 in #oasis
4KB
owasm-debug
owasm-debug 是 Oasis 上运行的 Rust 合同的简单日志工具。
要使用,只需将包添加到您的依赖项中。
[dependencies]
owasm-debug = "0.1"
并在您的合同源代码中添加 extern crate owasm_debug;
。
然后,您可以通过在合同中添加 owasm_debug::log("YOUR MESSAGE HERE")
来进行日志记录。
在底层,owasm_debug
简单地创建了一个带有固定主题的事务日志,以便于使用。它旨在与 oasis-debug.js 结合使用,以模拟 println!
风格的控制台输出流。
依赖关系
~0.7–1.3MB
~28K SLoC