codescout 0.14.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod guards;
pub mod params;
pub mod types;

pub use guards::*;
pub use params::*;
pub use types::*;

#[cfg(test)]
mod tests;