Anki/rslib/proto
Damien Elmes a83c4a7da7 Move generated protobuf into anki_proto
Due to the orphan rule, this meant removing our usages of impl ProtoStruct,
or converting them to a trait when they were used commonly.

rslib now directly references anki_proto and anki_i18n, instead of
'pub use'-ing them, and we can put the generated files back in OUT_DIR.
2023-06-12 15:47:51 +10:00
..
src Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
build.rs Move protobuf generation into a separate crate; write .py interface in Rust 2023-06-12 09:52:00 +10:00
Cargo.toml Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
python.rs Move protobuf generation into a separate crate; write .py interface in Rust 2023-06-12 09:52:00 +10:00
rust.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00