branchRustProtoBuf/FreeList-Deprcancel
3 Commits over 0 Days - ∞cph!
Update: Use Pool.Get<List<T>> instead of GetList<T>
I'm deprecating Pool.GetList<T>, this updates the stale codegen.
Update: Replacing Pool.FreeMemoryStream with FreeUnmanaged
Update: Deprecation of Pool.FreeList API
We now generate either Free call for classes (as they are IPooled) or FreeUnmanaged