nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #110, support extension objects on bundle blocks #112

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Notably this allows use of a supplemental constructor/destructor on bundle blocks, permitting extra action to be taken when a block is created or recycled.

Fixes #110