mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
11 lines
188 B
Cap'n Proto
11 lines
188 B
Cap'n Proto
@0xbbfd48ae4b99d014;
|
|
|
|
using Cxx = import "/capnp/c++.capnp";
|
|
using CSharp = import "/csharp.capnp";
|
|
|
|
$CSharp.namespace("Foo.Bar.Baz");
|
|
$Cxx.namespace("X::Y::Z");
|
|
|
|
struct SomeStruct {
|
|
}
|