其他
playgen and Rust Playground
playpen 有限制 crate 列表如下,要支援 BIP39 之類工具包可能要 fork 出 rust-playground 來跑。
- https://github.com/integer32llc/rust-playground/blob/master/compiler/base/Cargo.toml
extern crate chrono; use chrono::Local; fn main() { let date = Local::now(); println!("{}", date.format("%Y-%m-%d %H:%M:%S")); }
mathjax (無法生成待解決)
mdbook 可內嵌 mathjax
book.toml
[output.html]
mathjax-support = true
Elliptic-curve
\\( \mathbf y^2 = x^3 + ax + b\\) over \\(F_p\\)
呈現結果
\( \mathbf y^2 = x^3 + ax + b\) over \(F_p\)
\\( \mathbf y^2 = x^3 + 7 \\) over \\(F_p\\)
呈現結果
\( \mathbf y^2 = x^3 + 7 \) over \(F_p\)
不是人人都熟悉 mathjax 語法,如要測驗應該先提供參考語法。