dekarrin / rezi

REZI - Rarefied Encoding (Compressible) for Interchange
MIT License
0 stars 0 forks source link

Correctly encode ptr-to-slice #3

Closed dekarrin closed 1 year ago

dekarrin commented 1 year ago

Modify Enc such that pointers to slice are properly encoded as a slice or nil depending on situation.

Add unit test cases to Test_Enc_Slice to verify.