1
0
mirror of https://github.com/avitex/avitex.github.io synced 2025-01-15 20:39:57 +00:00

Compare commits

..

No commits in common. "6dd3ec76e982b36a1d5e0aee842662f1977009c5" and "0b2ec0e84c29e042735ea6a56f373d1e3ff5ba74" have entirely different histories.

2 changed files with 10 additions and 23 deletions

View File

@ -15,8 +15,7 @@ taxonomies = [
[link_checker] [link_checker]
skip_prefixes = [ skip_prefixes = [
"https://play.esea.net", "https://play.esea.net",
"https://letsplay.live", "https://letsplay.live"
"https://twitter.com"
] ]
[extra] [extra]

View File

@ -1,32 +1,17 @@
status = { experimental = "red", development = "orange", published = "green" } status = { experimental = "red", development = "orange", published = "green" }
###############################################################################
# Rust
[project.rust-badgen] [project.rust-badgen]
lang = "rust" lang = "rust"
crate = "badgen" crate = "badgen"
status = "published" status = "development"
github = "avitex/rust-badgen" github = "avitex/rust-badgen"
[project.rust-dangerous] [project.rust-dangerous]
lang = "rust" lang = "rust"
crate = "dangerous" crate = "dangerous"
status = "published" status = "development"
github = "avitex/rust-dangerous" github = "avitex/rust-dangerous"
[project.rust-zc]
lang = "rust"
crate = "zc"
status = "published"
github = "avitex/rust-zc"
[project.rust-aliasable]
lang = "rust"
crate = "aliasable"
status = "published"
github = "avitex/rust-aliasable"
[project.rust-arae] [project.rust-arae]
lang = "rust" lang = "rust"
crate = "arae" crate = "arae"
@ -36,7 +21,7 @@ github = "avitex/rust-arae"
[project.rust-dnscat] [project.rust-dnscat]
lang = "rust" lang = "rust"
crate = "dnscat" crate = "dnscat"
status = "published" status = "development"
github = "avitex/rust-dnscat" github = "avitex/rust-dnscat"
[project.rust-public-ip] [project.rust-public-ip]
@ -69,6 +54,12 @@ crate = "aliasable_deref_trait"
status = "published" status = "published"
github = "avitex/rust-aliasable-deref-trait" github = "avitex/rust-aliasable-deref-trait"
[project.rust-shared-box]
lang = "rust"
crate = "shared-box"
status = "development"
github = "avitex/rust-shared-box"
[project.rust-feast] [project.rust-feast]
lang = "rust" lang = "rust"
crate = "feast" crate = "feast"
@ -81,9 +72,6 @@ crate = "battlelayer"
status = "development" status = "development"
github = "avitex/battlelayer" github = "avitex/battlelayer"
###############################################################################
# Elixir
[project.elixir-glicko] [project.elixir-glicko]
lang = "elixir" lang = "elixir"
hex = "glicko" hex = "glicko"