Added package mapster (#2679)

This commit is contained in:
PhilippMDoerner 2023-08-11 08:23:49 +02:00 committed by GitHub
parent baf3a8c265
commit 7e64c1cd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]