Skip to content

v0l/nostr-archive-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nostr backup processor

Process JSON-L backups and compute some stats

Example

let mut binding = NostrCursor::new("./backups".parse() ? );
let mut cursor = Box::pin(binding.walk());
while let Some(Ok(e)) = cursor.next().await {
// do something with `e`
}

About

A utility library for iterating over JSON-L archives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages