blob: f95e19258ca59ca3171132e528fab8fb336f1b07 (
plain)
1
2
3
4
5
6
|
{
"name": "strict-variant",
"version-string": "0.5",
"port-version": 1,
"description": "Tagged union implementation that will never throw an exception or make a dynamic allocation in the effort of supporting types that have throwing moves."
}
|