Go to file
Wolfgang Bumiller 3cc4bcd78e tools: uuid: don't use uuid_parse
The manpage states that it requires a terminating null byte.
We don't have that. Also, the uuid crate also accepted
non-hyphenated hex strings, so we do that as well.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-11-14 10:13:08 +01:00
api-test work around a compiler bug 2019-10-04 14:12:21 +02:00
proxmox put api macro crate behind 'api-macro' feature 2019-09-28 09:54:39 +02:00
proxmox-api api: make ApiMethodInfo already require Send + Sync 2019-09-28 10:30:33 +02:00
proxmox-api-macro macro: enforce Send 2019-10-04 14:11:33 +02:00
proxmox-sys add tools::parse submodule, move hex_nibble to it 2019-11-14 09:59:04 +01:00
proxmox-tools tools: uuid: don't use uuid_parse 2019-11-14 10:13:08 +01:00
.gitignore import Cargo.lock 2019-08-09 08:44:48 +02:00
Cargo.toml add an api-test module 2019-06-12 15:54:52 +02:00
Makefile add make apitest 2019-06-18 17:53:43 +02:00
rust-toolchain update toolchain to stable 2019-11-08 11:51:21 +01:00
rustfmt.toml initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00