[profile.release]
opt-level = "s"> cargo b --features=extra --release
build time = 6m 29s
Commands specifically made for finding and manipulating binary data. Since naming is hard, we may end up changing the name. :)
| # check for env var exists | |
| # "FOO" | env exists? | |
| def "env exists" [] { | |
| each {|s| $s in (env).name } | |
| } | |
| let bn = (ansi { fg: '#ffffff' bg: '#000000' }) | |
| let bb = (ansi { fg: '#ffffff' bg: '#555555' }) | |
| let rn = (ansi { fg: '#ffffff' bg: '#AA0000' }) | |
| let rb = (ansi { fg: '#ffffff' bg: '#FF5555' }) |
| [user] | |
| name = Darren Schroeder | |
| email = [email protected] | |
| [credential] | |
| helper = wincred | |
| [url "https://"] | |
| insteadOf = git:// | |
| [http] | |
| # proxy = http://10.242.47.107:9191 | |
| sslVerify = true |
| <html> | |
| <head> | |
| <title>Cargo Build Timings — nu 0.19.0</title> | |
| <meta charset="utf-8"> | |
| <style type="text/css"> | |
| html { | |
| font-family: sans-serif; | |
| } |