Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "seql"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/seql"
repository = "https://github.com/aatifsyed/seql"
homepage = "https://crates.io/crates/seql"
description = "seqlocks"

[dependencies]
atomic-memcpy = "0.2.3"

[features]
default = ["std"]
std = ["alloc"]
alloc = []