|
|
|
|
|
by kvemkon
172 days ago
|
|
SQLite 3.51.1 $ wc -l ...
265908 sqlite-amalgamation-3510100/sqlite3.c
Is there any as large as possible single source (or normal with amalgamation version) more or less meaningful project that could be compiled directly with rustc -o executable src.rs? Just to compare build time / memory consumption. |
|