capnprotols 0.1.2

Language server and formatter (capnpfmt) for Cap'n Proto schema files
Documentation
1
2
3
4
5
// Re-export the build-time generated `schema.capnp` bindings under a stable path.
#![allow(clippy::all)]
#![allow(dead_code, non_snake_case, unused_imports, unused_qualifications)]

include!(concat!(env!("OUT_DIR"), "/schema_capnp.rs"));