Skip to content

Commit ff836db

Browse files
committed
Create more subcategories under multimedia
1 parent 70bdf16 commit ff836db

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/categories.toml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Crates to help with Sending, receiving, formatting, and parsing email.\
206206
[libraries.categories.encoding]
207207
name = "Encoding"
208208
description = """
209-
Serializing and/or deserializing to particular data formats.\
209+
Encoding and/or decoding data from one data format to another.\
210210
"""
211211

212212
[libraries.categories.external-bindings]
@@ -253,6 +253,30 @@ Crates that provide audio, video, and image processing or rendering \
253253
engines.\
254254
"""
255255

256+
[libraries.categories.multimedia.categories.audio]
257+
name = "Audio"
258+
description = """
259+
Crates that record, output, or process audio.
260+
"""
261+
262+
[libraries.categories.multimedia.categories.video]
263+
name = "Video"
264+
description = """
265+
Crates that record, output, or process video.
266+
"""
267+
268+
[libraries.categories.multimedia.categories.images]
269+
name = "Images"
270+
description = """
271+
Crates that process or render images.
272+
"""
273+
274+
[libraries.categories.multimedia.categories.encoding]
275+
name = "Encoding"
276+
description = """
277+
Crates that encode or decode binary data in multimedia formats.
278+
"""
279+
256280
[libraries.categories.network-programming]
257281
name = "Network programming"
258282
description = """

0 commit comments

Comments
 (0)