Welp, namespacing

This commit is contained in:
Gregor Reitzenstein 2020-09-15 15:30:53 +02:00
parent d542e947e8
commit 5b7a31b005
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@
@0xfd92ce9be2369b8e;
using Rust = import "rust.capnp";
$Rust.parentModule("api");
interface Diflouroborane {
# Upon initial connection this is the interface a program is presented with, serving as the
# common point to access specific subsystems. Keep in mind that one can use pipelining to make this

View File

@ -22,6 +22,9 @@
@0x9e1c146a27dcc635;
using Rust = import "rust.capnp";
$Rust.parentModule("connection");
using Auth = import "auth.capnp";
using Api = import "api.capnp";