Added package mapster (#2679)

This commit is contained in:
PhilippMDoerner
2023-08-11 14:23:49 +08:00
committed by GitHub
parent baf3a8c265
commit 7e64c1cd50
+15
View File
@@ -31101,5 +31101,20 @@
"description": "fast PNM (.pbm .pgm .ppm) parser",
"license": "MIT",
"web": "https://github.com/hamidb80/fastpnm"
},
{
"name": "mapster",
"url": "https://github.com/PhilippMDoerner/mapster",
"method": "git",
"tags": [
"mapping",
"map",
"pragma",
"convert",
"code-generation"
],
"description": "A library to quickly generate functions converting instances of type A to B",
"license": "MIT",
"web": "https://github.com/PhilippMDoerner/mapster"
}
]