florianschieder / rugby

Using Rust libraries within Python projects
GNU General Public License v3.0
0 stars 0 forks source link

Abstractions for boilerplatish code #8

Open florianschieder opened 8 months ago

florianschieder commented 8 months ago

Should only be started after #5 and #7 are solved.

C and Rust side should have abstractions upon boilerplatish marshalling logic (e.g. macros, functions, (Try)Into/(Try)From conversions). Abstractions which do not help automatically like e.g. a From or Into trait does, should be well documented.

florianschieder commented 8 months ago

this one also depends on #9