pub struct CursorAdapter;Expand description
Cursor IDE adapter
Implementations§
Source§impl CursorAdapter
impl CursorAdapter
Trait Implementations§
Source§impl Default for CursorAdapter
impl Default for CursorAdapter
Source§impl IndustryFileAdapter for CursorAdapter
impl IndustryFileAdapter for CursorAdapter
Source§fn name(&self) -> &'static str
fn name(&self) -> &'static str
Get the name of this adapter (e.g., “cursor”, “claude”, “windsurf”)
Source§fn can_handle(&self, project_root: &Path) -> bool
fn can_handle(&self, project_root: &Path) -> bool
Check if this adapter can handle files in the given directory
Source§fn read_config(&self, project_root: &Path) -> StorageResult<Config>
fn read_config(&self, project_root: &Path) -> StorageResult<Config>
Read and convert industry-standard config to RiceCoder Config
Auto Trait Implementations§
impl Freeze for CursorAdapter
impl RefUnwindSafe for CursorAdapter
impl Send for CursorAdapter
impl Sync for CursorAdapter
impl Unpin for CursorAdapter
impl UnwindSafe for CursorAdapter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more