Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Evcxr common usage information
Tips and Traps¶
Manually wrap code into a curly brace block might help if life time issues happen. It also help if you use buffered IO.
Due to type deduction, valid code in one cell might become invalid if separated into multiple cells.
Docker Images¶
The Docker image
dclong
Configurations¶
:timing
:sccache 1Dependency¶
Use Custom Source as Dependency
:dep serde = { version = "1.0", features = ["derive"] }Or
:dep serde_json = "1.0"