Anki/rs/ankirs/src/lib.rs
Damien Elmes e05b77b083 use protobuf for python/rust bridge
If we go ahead with betterproto on the Python side, it will mean
bumping the minimum Python dependency to 3.7.
2019-12-24 19:57:54 +10:00

4 lines
41 B
Rust

mod proto;
pub mod bridge;
pub mod err;