move refcounting code gen into its own module

This commit is contained in:
Folkert 2020-09-08 15:51:38 +02:00
parent 0344030015
commit 4c995b12a6
4 changed files with 996 additions and 845 deletions

View file

@ -2,3 +2,4 @@ pub mod build;
pub mod build_list;
pub mod compare;
pub mod convert;
pub mod refcounting;