Skip to content

Commit

Permalink
Sort features alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 26, 2024
1 parent 959ab1f commit 27daed5
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,60 +21,61 @@ cc = "1.0"
default = ["all"]
all = [
"abs",
"atoi",
"isalpha",
"isdigit",
"isspace",
"isupper",
"itoa",
"memchr",
"qsort",
"snprintf",
"strcat",
"strchr",
"strcmp",
"strncmp",
"strncasecmp",
"strcpy",
"strcat",
"strncpy",
"strlen",
"strncasecmp",
"strncmp",
"strncpy",
"strrchr",
"strstr",
"strtoimax",
"strtol",
"strtoul",
"strtoll",
"strtoul",
"strtoull",
"strtoimax",
"strtoumax",
"strstr",
"strchr",
"strrchr",
"atoi",
"utoa",
"itoa",
"snprintf",
"isspace",
"isdigit",
"isalpha",
"isupper",
"memchr",
"qsort",
]

abs = []
alloc = []
atoi = []
isalpha = []
isdigit = []
isspace = []
isupper = []
itoa = []
memchr = []
qsort = []
signal = ["dep:portable-atomic"]
signal-cs = ["portable-atomic/critical-section"]
snprintf = []
strcat = []
strchr = []
strcmp = []
strncmp = []
strncasecmp = []
strcpy = []
strcat = []
strncpy = []
strlen = []
strncasecmp = []
strncmp = []
strncpy = []
strrchr = []
strstr = []
strtoimax = []
strtol = []
strtoul = []
strtoll = []
strtoul = []
strtoull = []
strtoimax = []
strtoumax = []
strstr = []
strchr = []
strrchr = []
atoi = []
utoa = []
itoa = []
snprintf = []
isspace = []
isdigit = []
isalpha = []
isupper = []
alloc = []
memchr = []
qsort = []
signal = ["dep:portable-atomic"]
signal-cs = ["portable-atomic/critical-section"]

0 comments on commit 27daed5

Please sign in to comment.