feat: nostr based auto updater (#200)

* .

* refactor

* fix

* .

* clean up

* clean up
This commit is contained in:
reya
2025-11-02 08:22:55 +07:00
committed by GitHub
parent 7091fa1cab
commit 9da624dd0c
8 changed files with 471 additions and 271 deletions

View File

@@ -47,6 +47,7 @@ pub trait RopeExt {
fn offset_to_position(&self, offset: usize) -> Position;
/// Get the word byte range at the given offset (byte).
#[allow(dead_code)]
fn word_range(&self, offset: usize) -> Option<Range<usize>>;
/// Get word at the given offset (byte).