You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-09-21 05:21:57 +03:00
* refactor: define detailed error types Signed-off-by: usamoi <usamoi@outlook.com> * do not check version in _vectors_main Signed-off-by: usamoi <usamoi@outlook.com> * rename NORMAL to STARTED Signed-off-by: usamoi <usamoi@outlook.com> * fix MacOS and FreeBSD implementation Signed-off-by: usamoi <usamoi@outlook.com> * fix 512KB memory leak for each session Signed-off-by: usamoi <usamoi@outlook.com> * remove skip on delete_threshold for fixing bincode Signed-off-by: usamoi <usamoi@outlook.com> * add WorkerOperations and InstanceViewOperations for name conflicts Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
16 lines
308 B
TOML
16 lines
308 B
TOML
[package]
|
|
name = "send_fd"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
log.workspace = true
|
|
rustix.workspace = true
|
|
|
|
[lints]
|
|
rust.internal_features = "allow"
|
|
rust.unsafe_op_in_unsafe_fn = "forbid"
|
|
rust.unused_lifetimes = "warn"
|
|
rust.unused_qualifications = "warn"
|