cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.92k stars 68 forks source link

Type-safe Protobuf implementation #106

Closed temeddix closed 1 year ago

temeddix commented 1 year ago

Current implementation using messagepack is not so type-safe. Maybe we should provide communication with protobuf inside the template.

temeddix commented 1 year ago

The main point: Not requiring developers to install complicated dependencies such as protoc manually.

Dart Side

Rust Side

Both