botserver/docs/src/chapter-06
2025-11-22 16:12:32 -03:00
..
architecture.md - New docds. 2025-11-22 16:12:32 -03:00
building.md - New keywords. 2025-11-21 10:44:29 -03:00
containers.md WPP. 2025-11-21 12:13:48 -03:00
crates.md - New keywords. 2025-11-21 10:44:29 -03:00
custom-keywords.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
dependencies.md - New keywords. 2025-11-21 10:44:29 -03:00
prompt-manager.md - New docds. 2025-11-22 16:12:32 -03:00
README.md - New keywords. 2025-11-21 10:44:29 -03:00
services.md - New keywords. 2025-11-21 10:44:29 -03:00
smb-deployment.md - New security features and compliance checklist. 2025-11-22 13:24:53 -03:00

Chapter 06: Rust Architecture Reference

This chapter covers the internal Rust architecture of BotServer, including its module structure, how to build from source, extend functionality with custom keywords, and add new dependencies.

BotServer is implemented as a single monolithic Rust application with multiple modules, not a multi-crate workspace. All functionality is contained within the botserver crate.