]> uap-core.de Git - note.git/commit
begin rust bindings for libidav
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 20 Jun 2026 17:21:50 +0000 (19:21 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 20 Jun 2026 17:21:50 +0000 (19:21 +0200)
commitf54799c413fe6476f5b1d01864699cec0155c683
tree7a28981aca88b5d8bffee5629dc077e358a20e13
parent170519c302591bdeb0d68349c199a62684bf3d81
begin rust bindings for libidav
16 files changed:
Cargo.lock
Cargo.toml
application/Cargo.toml
dav-rs/Cargo.toml [new file with mode: 0644]
dav-rs/build.rs [new file with mode: 0644]
dav-rs/src/dav/context.rs [new file with mode: 0644]
dav-rs/src/dav/ffi.rs [new file with mode: 0644]
dav-rs/src/dav/mod.rs [new file with mode: 0644]
dav-rs/src/dav/resource.rs [new file with mode: 0644]
dav-rs/src/dav/session.rs [new file with mode: 0644]
dav-rs/src/lib.rs [new file with mode: 0644]
libidav/atomic.h [new file with mode: 0644]
libidav/resource.c
libidav/session.c
libidav/webdav.c
libidav/webdav.h