feagi-api 0.0.8

FEAGI REST API layer with HTTP and ZMQ transport adapters
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2025 Neuraville Inc.
// SPDX-License-Identifier: Apache-2.0

// HTTP transport adapter (Axum)

pub mod server;

// TODO: Add more HTTP modules
// pub mod router;
// pub mod swagger;