crax 0.1.8

An interesting CLI for frontend programmer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub const INIT_CONFIG: &str = r#"
[map]

[map.rs]
full = "rust"
url = "https://doc.rust-lang.org"
search = "https://doc.rust-lang.org/std/index.html?search={}"
play = "https://play.rust-lang.org/"
rep = "https://github.com/rust-lang/rust"

[map.dcf]
full = "doc config"
url = "https://github.com/wangxdmm/doc_config"
"#;