Skip to content

hexstr1p/nyanpa-su

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nyanpa-su

A url shortener.

One implementation is written in node. The other is written in Rust. The node one isn't finished yet. The Rust one can run just fine on local host.


With rust, openssl has some problems so it has to be build with OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include DEP_OPENSSL_INCLUDE=/usr/local/opt/openssl/include cargo build