| Crates.io | assoc_static |
| lib.rs | assoc_static |
| version | 1.0.0 |
| created_at | 2022-03-05 20:54:11.610589+00 |
| updated_at | 2022-06-29 10:48:52.855029+00 |
| description | Associate static objects to types |
| homepage | |
| repository | https://github.com/cehteh/assoc_static.git |
| max_upload_size | |
| id | 544246 |
| size | 7,778 |
This crate allows one to associate static objects to types. This is particulary usefull to overcome the rust limitation that static data can not be generic.