#567 was great, but it's a little unclear:
- That
no_std support exists
- That a global allocator is required
Also it seems to be that for some types you can do ron::from_str without a global allocator. But if there is an error, then ron will allocate while constructing the error.
#567 was great, but it's a little unclear:
no_stdsupport existsAlso it seems to be that for some types you can do
ron::from_strwithout a global allocator. But if there is an error, thenronwill allocate while constructing the error.