22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
# lib.rs
|
||
=> / Home
|
||
|
||
(Sorry in advance, I always suck at writing about)
|
||
This unofficial port of lib.rs for the Gemini protocol pulls information directly from the official website but it has no connection whatsoever with the original project or it's creator kornelski. I created this project to check crate details from Lagrange on my Haiku laptop and decided to open the portal to the rest of the Gemini space.
|
||
|
||
Although the data is fetched from lib.rs, I cache it for an hour to avoid putting stress on kornelski's server. This means that occasionally the data might not be 100% up to date, but in 99% of cases, it remains useful.
|
||
|
||
If you find that any crate information is displayed incorrectly, feel free to contact me via email, Mastodon or through Matrix chat:
|
||
=> mailto:hola@kirbylife.dev hola@kirbylife.dev [E-mail]
|
||
=> https://mstdn.mx/@kirbylife @kirbylife@mstdn.mx [Mastodon]
|
||
@kirbylife:matrix.org [Matrix]
|
||
|
||
Please don’t report bad rendered README's as an error. This happens because the content goes through the following transformations:
|
||
Markdown (md) -> HTML
|
||
on the lib.rs server, and then on my server:
|
||
HTML -> Markdown -> Gemtext.
|
||
Some information gets lost along the way, which is to be expected.
|
||
|
||
This project is made with Rust using the Windmark framework and the code can be found in my gitea instance:
|
||
=> https://git.kirbylife.dev/kirbylife/librs_gemini librs_gemini Source code
|