What's on my mind

Hacking Rust and other awesomeness.

3 February 2023

Lines of Code

by Keith Star

I’m going to post these on occasion, just to keep track of progress, etc. Curious what they mean though.

===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 CSS                     7          226          196            0           30
 JavaScript             21         2297         1655          452          190
 JSON                   35        12027        12027            0            0
 SVG                     1            1            1            0            0
 Plain Text              1            3            0            3            0
 TOML                   18          364          274           30           60
 TSX                    14         3332         2670          284          378
 TypeScript             18         1579         1140          223          216
-------------------------------------------------------------------------------
 HTML                    4          108           74           26            8
 |- CSS                  2           60           52            0            8
 (Total)                            168          126           26           16
-------------------------------------------------------------------------------
 Markdown               14          749            0          559          190
 |- Rust                 2           65           18           45            2
 |- Shell                2            4            4            0            0
 (Total)                            818           22          604          192
-------------------------------------------------------------------------------
 Rust                  144        20851        15301         2843         2707
 |- Markdown           116         6943           38         5353         1552
 (Total)                          27794        15339         8196         4259
===============================================================================
 Total                 277        41537        33338         4420         3779
===============================================================================
tags: rust