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

#286 in Template engine

Download history 729/week @ 2024-08-04 435/week @ 2024-08-11 29/week @ 2024-08-18 14/week @ 2024-09-15 4/week @ 2024-09-22 5/week @ 2024-09-29

603 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

~14–23MB
~350K SLoC