1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-08-07 22:14:00 -04:00

add klutzy/suruga

This commit is contained in:
kud1ing 2014-10-12 12:13:56 +02:00
parent 488e14530e
commit 8020658190
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,10 @@ def md_link(name, url):
DATA = \
{
"klutzy/suruga": {
"url": 'https://github.com/klutzy/suruga',
"descr": 'Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246')
},
"bjz/openal-rs": {
"url": "https://github.com/bjz/openal-rs/",
"descr": md_link('OpenAL 1.1', 'http://www.openal.org/') + " bindings"
@ -447,6 +451,7 @@ entry( '* ', 'eholk/rust-opencl', rows_stable, rows_unstable )
add( '\n### Cryptography\n', rows_stable, rows_unstable )
entry( '* ', 'DaGenix/rust-crypto', rows_stable, rows_unstable )
entry( '* ', 'dnaq/sodiumoxide', rows_stable, rows_unstable )
entry( '* ', 'klutzy/suruga', rows_stable, rows_unstable )
entry( '* ', 'sfackler/rust-openssl', rows_stable, rows_unstable )
add( '\n### Database\n', rows_stable, rows_unstable )