An Alternative Medium Frontend
Go to file
Aravinth Manivannan a1395234e6
make certain fields non-nullable
I think it is safe to assume that these files will never receive a null
value. However, we should collect a bunch of data and verify this
assumption.

But for now, this means less boilerplate code
2021-10-31 22:17:48 +05:30
config read settings and meta routes 2021-10-31 15:12:12 +05:30
schemas make certain fields non-nullable 2021-10-31 22:17:48 +05:30
src fetch details from medium endpoint 2021-10-31 15:13:04 +05:30
.gitignore init 2021-10-31 15:11:13 +05:30
build.rs init 2021-10-31 15:11:13 +05:30
Cargo.lock init 2021-10-31 15:11:13 +05:30
Cargo.toml init 2021-10-31 15:11:13 +05:30
LICENSE.md add license 2021-10-31 15:11:25 +05:30
Makefile add makefile 2021-10-31 15:12:26 +05:30