16 releases (2 stable)

1.1.0 Aug 12, 2024
1.0.0 Aug 11, 2024
0.2.2 Aug 10, 2024
0.1.7 Aug 8, 2024

#241 in Template engine

Download history 404/week @ 2024-08-01 691/week @ 2024-08-08 98/week @ 2024-08-15 78/week @ 2024-09-12

78 downloads per month

CC0 license

24KB
448 lines

Blog

Throwing this here cause I may use it later.

aarch64-unknown-linux-gnu

let db = Builder::new_remote_replica(root.join("replica.db"), libsql_url, libsql_token)
    .sync_interval(Duration::from_secs(60))
    .build()
    .await?;

Dependencies

~13–23MB
~346K SLoC