django-language-server/crates
Josh af8820b7bc Fix outdated and incorrect db.rs documentation
The documentation was completely out of sync with the code:
- Referenced 'overlays in Session using Arc<DashMap>' when they're now in Buffers
- Mentioned 'LspFileSystem' which was renamed to WorkspaceFileSystem
- Was overly verbose without being helpful - 'vomit of words'

Rewrote to be concise and accurate:
- Correctly describes the current two-layer architecture
- Focuses on the critical revision dependency trick
- Removes outdated implementation details
- Uses proper cross-references
2025-08-29 16:57:14 -05:00
..
djls move all dependencies to workspace Cargo.toml (#150) 2025-05-15 21:21:30 -05:00
djls-conf move all dependencies to workspace Cargo.toml (#150) 2025-05-15 21:21:30 -05:00
djls-dev Finish basic logging setup with tracing (#181) 2025-08-17 19:38:31 -05:00
djls-project update all internal crate versions to 0.0.0 2025-05-18 15:54:33 -05:00
djls-server Improve documentation and consolidate path/URL utilities 2025-08-29 15:35:12 -05:00
djls-templates wip 2025-08-25 12:22:54 -05:00
djls-workspace Fix outdated and incorrect db.rs documentation 2025-08-29 16:57:14 -05:00