accepts-codegen 0.0.1

Rust toolkit for composing synchronous and asynchronous acceptor pipelines
Documentation
1
2
3
4
use super::CodegenContext;

pub const INTERNAL_CONTEXT: CodegenContext = CodegenContext::new_const(true);
pub const PUBLIC_CONTEXT: CodegenContext = CodegenContext::new_const(false);