#How to use anything that requires an `Allocator` during `comptime`

1 messages · Page 1 of 1 (latest)

safe coral
#

I'm trying to use the library mecha to parse some stuff during comptime. However it requires an Allocator. Is there some kind of comptime allocator?

tame palm
#

You could make a static buffer and use the FixedBufferAllocator.