cursor_helper/lib.rs
1//! cursor-helper library
2//!
3//! Core functionality for Cursor IDE helper operations.
4//!
5//! # Disclaimer
6//!
7//! This tool is not affiliated with or endorsed by Anysphere, Inc. (Cursor).
8//! It reads locally stored data files on your machine for personal use,
9//! backup, and data portability. See DISCLAIMER.md for full details.
10
11pub mod config;
12pub mod cursor;