diff --git a/Cargo.lock b/Cargo.lock index 1c80f3e70..c2b80c4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "addr2line" -version = "0.21.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ "gimli", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aes" @@ -43,18 +43,18 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.0.5" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "android-tzdata" @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "array-init" @@ -85,9 +85,9 @@ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" [[package]] name = "asn1-rs" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ "asn1-rs-derive", "asn1-rs-impl", @@ -101,13 +101,13 @@ dependencies = [ [[package]] name = "asn1-rs-derive" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", "synstructure", ] @@ -119,7 +119,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -147,14 +147,14 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.0.2", - "futures-lite 2.0.0", + "fastrand 2.1.1", + "futures-lite 2.3.0", "slab", ] @@ -166,10 +166,10 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.3", + "async-io 2.3.4", "async-lock 3.4.0", "blocking", - "futures-lite 2.0.0", + "futures-lite 2.3.0", "once_cell", ] @@ -187,29 +187,29 @@ dependencies = [ "log", "parking", "polling 2.8.0", - "rustix 0.37.25", + "rustix 0.37.27", "slab", - "socket2 0.4.9", + "socket2 0.4.10", "waker-fn", ] [[package]] name = "async-io" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.0.0", + "futures-lite 2.3.0", "parking", - "polling 3.7.2", - "rustix 0.38.32", + "polling 3.7.3", + "rustix 0.38.36", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -260,26 +260,26 @@ dependencies = [ [[package]] name = "async-task" -version = "4.4.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "atomic-waker" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atty" @@ -294,30 +294,30 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ "addr2line", - "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] name = "base64" -version = "0.21.4" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" @@ -348,9 +348,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" dependencies = [ "serde", ] @@ -373,21 +373,21 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.0.0", + "futures-lite 2.3.0", "piper", ] [[package]] name = "bumpalo" -version = "3.14.0" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" @@ -422,11 +422,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.83" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ - "libc", + "shlex", ] [[package]] @@ -464,7 +464,7 @@ dependencies = [ "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.0", + "windows-targets 0.52.6", ] [[package]] @@ -522,24 +522,24 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const_format" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" dependencies = [ "proc-macro2", "quote", @@ -558,15 +558,15 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.9" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] @@ -604,15 +604,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "pem-rfc7468", @@ -677,20 +677,20 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "dyn-clone" -version = "1.0.13" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "either" @@ -706,9 +706,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fixedbitset" @@ -876,17 +876,15 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.0.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.0.2", + "fastrand 2.1.1", "futures-core", "futures-io", - "memchr", "parking", "pin-project-lite", - "waker-fn", ] [[package]] @@ -897,7 +895,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -942,9 +940,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -955,9 +953,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "git-version" @@ -976,7 +974,7 @@ checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -993,9 +991,9 @@ dependencies = [ [[package]] name = "half" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" +checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] name = "hashbrown" @@ -1060,9 +1058,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -1071,9 +1069,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "humantime" @@ -1083,16 +1081,16 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "iana-time-zone" -version = "0.1.57" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows 0.48.0", + "windows-core", ] [[package]] @@ -1126,9 +1124,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -1145,9 +1143,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -1189,9 +1187,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jni" @@ -1215,9 +1213,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "js-sys" -version = "0.3.64" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -1235,9 +1233,9 @@ dependencies = [ [[package]] name = "keccak" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" dependencies = [ "cpufeatures", ] @@ -1277,19 +1275,29 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libloading" -version = "0.8.0" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-sys 0.48.0", + "windows-targets 0.52.6", ] [[package]] name = "libm" -version = "0.2.7" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + +[[package]] +name = "libredox" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.6.0", + "libc", +] [[package]] name = "linux-raw-sys" @@ -1299,15 +1307,15 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lock_api" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -1324,18 +1332,18 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" dependencies = [ "value-bag", ] [[package]] name = "lz4_flex" -version = "0.11.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8" +checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" dependencies = [ "twox-hash", ] @@ -1372,11 +1380,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -1419,7 +1427,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -1453,11 +1461,10 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "autocfg", "num-integer", "num-traits", ] @@ -1527,18 +1534,18 @@ dependencies = [ [[package]] name = "object" -version = "0.32.1" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" dependencies = [ "memchr", ] [[package]] name = "oid-registry" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ "asn1-rs", ] @@ -1581,9 +1588,9 @@ checksum = "30fceb411f9a12ff9222c5f824026be368ff15dc2f13468d850c7d3f502205d6" [[package]] name = "parking" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -1633,9 +1640,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.3" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" +checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" dependencies = [ "memchr", "thiserror", @@ -1644,9 +1651,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.3" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a" +checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" dependencies = [ "pest", "pest_generator", @@ -1654,22 +1661,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.3" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141" +checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "pest_meta" -version = "2.7.3" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f" +checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" dependencies = [ "once_cell", "pest", @@ -1683,7 +1690,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.4.0", + "indexmap 2.5.0", ] [[package]] @@ -1716,7 +1723,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -1730,9 +1737,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -1747,7 +1754,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.0.2", + "fastrand 2.1.1", "futures-io", ] @@ -1822,17 +1829,17 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.2" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.32", + "rustix 0.38.36", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1843,15 +1850,18 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ "toml_edit", ] @@ -1867,9 +1877,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156" +checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" dependencies = [ "bytes", "pin-project-lite", @@ -1903,15 +1913,15 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285" +checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" dependencies = [ "libc", "once_cell", "socket2 0.5.7", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1964,12 +1974,12 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", - "redox_syscall", + "libredox", "thiserror", ] @@ -2019,16 +2029,17 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "ring" -version = "0.17.6" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom", "libc", "spin", "untrusted", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -2047,24 +2058,22 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" dependencies = [ - "base64 0.21.4", - "bitflags 2.5.0", + "base64 0.21.7", + "bitflags 2.6.0", "serde", "serde_derive", ] [[package]] name = "rsa" -version = "0.9.2" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" +checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" dependencies = [ - "byteorder", "const-oid", "digest", "num-bigint-dig", "num-integer", - "num-iter", "num-traits", "pkcs1", "pkcs8", @@ -2077,9 +2086,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -2107,9 +2116,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.25" +version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035" +checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ "bitflags 1.3.2", "errno", @@ -2121,22 +2130,22 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", @@ -2149,9 +2158,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", "rustls-pemfile", @@ -2178,9 +2187,9 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-platform-verifier" -version = "0.3.1" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5f0d26fa1ce3c790f9590868f0109289a044acb954525f933e2aa3b871c157d" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ "core-foundation", "core-foundation-sys", @@ -2199,15 +2208,15 @@ dependencies = [ [[package]] name = "rustls-platform-verifier-android" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84e217e7fdc8466b5b35d30f8c0a30febd29173df4a3a0c2115d306b9c4117ad" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types", @@ -2216,15 +2225,15 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ryu" -version = "1.0.15" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "same-file" @@ -2237,11 +2246,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.22" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2266,7 +2275,7 @@ dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -2287,11 +2296,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -2301,9 +2310,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", @@ -2311,15 +2320,15 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.18" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] @@ -2349,13 +2358,13 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -2366,14 +2375,14 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -2387,7 +2396,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "itoa", "ryu", "serde", @@ -2396,9 +2405,9 @@ dependencies = [ [[package]] name = "sha1" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", "cpufeatures", @@ -2407,9 +2416,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", @@ -2463,11 +2472,17 @@ dependencies = [ "dirs", ] +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + [[package]] name = "signature" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest", "rand_core", @@ -2496,9 +2511,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "socket2" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi", @@ -2525,9 +2540,9 @@ dependencies = [ [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der", @@ -2609,9 +2624,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" @@ -2626,9 +2641,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.52" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", @@ -2643,19 +2658,20 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", - "fastrand 2.0.2", - "rustix 0.38.32", - "windows-sys 0.52.0", + "fastrand 2.1.1", + "once_cell", + "rustix 0.38.36", + "windows-sys 0.59.0", ] [[package]] @@ -2675,22 +2691,22 @@ checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -2699,7 +2715,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d3b04d33c9633b8662b167b847c7ab521f83d1ae20f2321b65b5b925e532e36" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "libc", "log", @@ -2750,9 +2766,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -2774,9 +2790,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", @@ -2796,7 +2812,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] @@ -2824,9 +2840,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -2848,28 +2864,27 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" [[package]] name = "toml_edit" -version = "0.21.1" +version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "toml_datetime", "winnow", ] [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "cfg-if", "log", "pin-project-lite", "tracing-attributes", @@ -2878,20 +2893,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "tracing-core" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", @@ -2969,9 +2984,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ucd-trie" @@ -3016,9 +3031,9 @@ dependencies = [ [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" [[package]] name = "unsafe-libyaml" @@ -3107,9 +3122,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "value-bag" -version = "1.4.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3" +checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "vec_map" @@ -3119,21 +3134,21 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "waker-fn" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", @@ -3147,34 +3162,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -3184,9 +3200,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3194,28 +3210,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.87" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "web-sys" -version = "0.3.64" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", @@ -3223,9 +3239,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" dependencies = [ "rustls-pki-types", ] @@ -3236,7 +3252,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b7b128a98c1cfa201b09eb49ba285887deb3cbe7466a98850eb1adabb452be5" dependencies = [ - "windows 0.34.0", + "windows", ] [[package]] @@ -3257,11 +3273,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -3284,12 +3300,12 @@ dependencies = [ ] [[package]] -name = "windows" -version = "0.48.0" +name = "windows-core" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -3307,7 +3323,16 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -3327,17 +3352,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.0", - "windows_aarch64_msvc 0.52.0", - "windows_i686_gnu 0.52.0", - "windows_i686_msvc 0.52.0", - "windows_x86_64_gnu 0.52.0", - "windows_x86_64_gnullvm 0.52.0", - "windows_x86_64_msvc 0.52.0", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] [[package]] @@ -3348,9 +3374,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" @@ -3366,9 +3392,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" @@ -3384,9 +3410,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" @@ -3402,9 +3434,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" @@ -3420,9 +3452,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" @@ -3432,9 +3464,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" @@ -3450,15 +3482,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.0" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.5.40" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ "memchr", ] @@ -3834,7 +3866,7 @@ source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc583 dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", "zenoh-keyexpr", ] @@ -3997,26 +4029,27 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.77", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" diff --git a/build-resources/opaque-types/Cargo.lock b/build-resources/opaque-types/Cargo.lock index b837b9745..968ee1923 100644 --- a/build-resources/opaque-types/Cargo.lock +++ b/build-resources/opaque-types/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ "gimli", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aes" @@ -58,9 +58,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "array-init" @@ -107,94 +107,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "async-channel" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" -dependencies = [ - "concurrent-queue", - "event-listener 2.5.3", - "futures-core", -] - -[[package]] -name = "async-channel" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" -dependencies = [ - "concurrent-queue", - "event-listener-strategy", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-executor" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" -dependencies = [ - "async-task", - "concurrent-queue", - "fastrand", - "futures-lite", - "slab", -] - -[[package]] -name = "async-global-executor" -version = "2.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" -dependencies = [ - "async-channel 2.3.1", - "async-executor", - "async-io", - "async-lock", - "blocking", - "futures-lite", - "once_cell", - "tokio", -] - -[[package]] -name = "async-io" -version = "2.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" -dependencies = [ - "async-lock", - "cfg-if", - "concurrent-queue", - "futures-io", - "futures-lite", - "parking", - "polling", - "rustix", - "slab", - "tracing", - "windows-sys 0.59.0", -] - -[[package]] -name = "async-lock" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" -dependencies = [ - "event-listener 5.3.1", - "event-listener-strategy", - "pin-project-lite", -] - -[[package]] -name = "async-task" -version = "4.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" - [[package]] name = "async-trait" version = "0.1.82" @@ -206,12 +118,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - [[package]] name = "autocfg" version = "1.3.0" @@ -220,17 +126,17 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ "addr2line", - "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -284,19 +190,6 @@ dependencies = [ "generic-array", ] -[[package]] -name = "blocking" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" -dependencies = [ - "async-channel 2.3.1", - "async-task", - "futures-io", - "futures-lite", - "piper", -] - [[package]] name = "bumpalo" version = "3.16.0" @@ -323,9 +216,9 @@ checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21" [[package]] name = "cc" -version = "1.1.16" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9d013ecb737093c0e86b151a7b837993cf9ec6c502946cfb44bedc392421e0b" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "shlex", ] @@ -391,18 +284,18 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const_format" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" dependencies = [ "proc-macro2", "quote", @@ -427,9 +320,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] @@ -567,22 +460,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" -[[package]] -name = "errno" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "event-listener" -version = "2.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" - [[package]] name = "event-listener" version = "5.3.1" @@ -594,22 +471,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "event-listener-strategy" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" -dependencies = [ - "event-listener 5.3.1", - "pin-project-lite", -] - -[[package]] -name = "fastrand" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" - [[package]] name = "fixedbitset" version = "0.4.2" @@ -691,19 +552,6 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" -[[package]] -name = "futures-lite" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" -dependencies = [ - "fastrand", - "futures-core", - "futures-io", - "parking", - "pin-project-lite", -] - [[package]] name = "futures-macro" version = "0.3.30" @@ -770,9 +618,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "git-version" @@ -816,12 +664,6 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" -[[package]] -name = "hermit-abi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" - [[package]] name = "hmac" version = "0.12.1" @@ -1030,12 +872,6 @@ dependencies = [ "libc", ] -[[package]] -name = "linux-raw-sys" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" - [[package]] name = "lock_api" version = "0.4.12" @@ -1102,11 +938,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -1115,7 +951,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi", "libc", "wasi", "windows-sys 0.52.0", @@ -1250,7 +1086,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi", "libc", ] @@ -1301,15 +1137,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" -[[package]] -name = "ordered-float" -version = "4.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" -dependencies = [ - "num-traits", -] - [[package]] name = "overload" version = "0.1.1" @@ -1324,9 +1151,9 @@ checksum = "30fceb411f9a12ff9222c5f824026be368ff15dc2f13468d850c7d3f502205d6" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -1376,9 +1203,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" +checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" dependencies = [ "memchr", "thiserror", @@ -1387,9 +1214,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" +checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" dependencies = [ "pest", "pest_generator", @@ -1397,9 +1224,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" +checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" dependencies = [ "pest", "pest_meta", @@ -1410,9 +1237,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" +checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" dependencies = [ "once_cell", "pest", @@ -1483,17 +1310,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" -[[package]] -name = "piper" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" -dependencies = [ - "atomic-waker", - "fastrand", - "futures-io", -] - [[package]] name = "pkcs1" version = "0.7.5" @@ -1547,21 +1363,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "polling" -version = "3.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" -dependencies = [ - "cfg-if", - "concurrent-queue", - "hermit-abi 0.4.0", - "pin-project-lite", - "rustix", - "tracing", - "windows-sys 0.59.0", -] - [[package]] name = "powerfmt" version = "0.2.0" @@ -1834,24 +1635,11 @@ dependencies = [ "nom", ] -[[package]] -name = "rustix" -version = "0.38.36" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" -dependencies = [ - "bitflags 2.6.0", - "errno", - "libc", - "linux-raw-sys", - "windows-sys 0.52.0", -] - [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", @@ -1920,9 +1708,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types", @@ -1952,11 +1740,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2032,9 +1820,9 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] @@ -2064,9 +1852,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", @@ -2312,18 +2100,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "stop-token" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b" -dependencies = [ - "async-channel 1.9.0", - "cfg-if", - "futures-core", - "pin-project-lite", -] - [[package]] name = "subtle" version = "2.6.1" @@ -3137,26 +2913,21 @@ dependencies = [ [[package]] name = "zenoh" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "ahash", "async-trait", - "base64 0.22.1", "bytes", - "event-listener 5.3.1", "flume", - "form_urlencoded", "futures", "git-version", "itertools", "lazy_static", "once_cell", - "ordered-float", "paste", "petgraph", "phf", "rand", - "regex", "rustc_version", "serde", "serde-pickle", @@ -3164,20 +2935,17 @@ dependencies = [ "serde_json", "serde_yaml", "socket2", - "stop-token", "tokio", "tokio-util", "tracing", "uhlc", "unwrap-infallible", - "uuid", "vec_map", "zenoh-buffers", "zenoh-codec", "zenoh-collections", "zenoh-config", "zenoh-core", - "zenoh-crypto", "zenoh-keyexpr", "zenoh-link", "zenoh-macros", @@ -3195,7 +2963,7 @@ dependencies = [ [[package]] name = "zenoh-buffers" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "zenoh-collections", ] @@ -3203,9 +2971,8 @@ dependencies = [ [[package]] name = "zenoh-codec" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ - "serde", "tracing", "uhlc", "zenoh-buffers", @@ -3216,12 +2983,12 @@ dependencies = [ [[package]] name = "zenoh-collections" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" [[package]] name = "zenoh-config" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "flume", "json5", @@ -3243,9 +3010,8 @@ dependencies = [ [[package]] name = "zenoh-core" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ - "async-global-executor", "lazy_static", "tokio", "zenoh-result", @@ -3255,7 +3021,7 @@ dependencies = [ [[package]] name = "zenoh-crypto" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "aes", "hmac", @@ -3268,15 +3034,12 @@ dependencies = [ [[package]] name = "zenoh-ext" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "bincode", "flume", "futures", - "phf", "serde", - "serde_cbor", - "serde_json", "tokio", "tracing", "zenoh", @@ -3287,7 +3050,7 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "hashbrown", "keyed-set", @@ -3301,9 +3064,8 @@ dependencies = [ [[package]] name = "zenoh-link" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ - "async-trait", "zenoh-config", "zenoh-link-commons", "zenoh-link-quic", @@ -3319,7 +3081,7 @@ dependencies = [ [[package]] name = "zenoh-link-commons" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "flume", @@ -3330,10 +3092,8 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "webpki-roots", "zenoh-buffers", "zenoh-codec", - "zenoh-config", "zenoh-core", "zenoh-protocol", "zenoh-result", @@ -3344,11 +3104,10 @@ dependencies = [ [[package]] name = "zenoh-link-quic" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "base64 0.22.1", - "futures", "quinn", "rustls", "rustls-pemfile", @@ -3356,26 +3115,21 @@ dependencies = [ "rustls-webpki", "secrecy", "tokio", - "tokio-rustls", "tokio-util", "tracing", "webpki-roots", "x509-parser", - "zenoh-collections", "zenoh-config", "zenoh-core", "zenoh-link-commons", "zenoh-protocol", "zenoh-result", - "zenoh-runtime", - "zenoh-sync", - "zenoh-util", ] [[package]] name = "zenoh-link-tcp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "socket2", @@ -3386,19 +3140,16 @@ dependencies = [ "zenoh-link-commons", "zenoh-protocol", "zenoh-result", - "zenoh-runtime", - "zenoh-sync", "zenoh-util", ] [[package]] name = "zenoh-link-tls" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "base64 0.22.1", - "futures", "rustls", "rustls-pemfile", "rustls-pki-types", @@ -3411,21 +3162,18 @@ dependencies = [ "tracing", "webpki-roots", "x509-parser", - "zenoh-collections", "zenoh-config", "zenoh-core", "zenoh-link-commons", "zenoh-protocol", "zenoh-result", "zenoh-runtime", - "zenoh-sync", - "zenoh-util", ] [[package]] name = "zenoh-link-udp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "socket2", @@ -3433,12 +3181,10 @@ dependencies = [ "tokio-util", "tracing", "zenoh-buffers", - "zenoh-collections", "zenoh-core", "zenoh-link-commons", "zenoh-protocol", "zenoh-result", - "zenoh-runtime", "zenoh-sync", "zenoh-util", ] @@ -3446,10 +3192,9 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", - "futures", "nix 0.29.0", "tokio", "tokio-util", @@ -3460,13 +3205,12 @@ dependencies = [ "zenoh-protocol", "zenoh-result", "zenoh-runtime", - "zenoh-sync", ] [[package]] name = "zenoh-link-ws" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "futures-util", @@ -3480,14 +3224,13 @@ dependencies = [ "zenoh-protocol", "zenoh-result", "zenoh-runtime", - "zenoh-sync", "zenoh-util", ] [[package]] name = "zenoh-macros" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "proc-macro2", "quote", @@ -3498,11 +3241,11 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ + "git-version", "libloading", "serde", - "serde_json", "tracing", "zenoh-keyexpr", "zenoh-macros", @@ -3513,14 +3256,13 @@ dependencies = [ [[package]] name = "zenoh-protocol" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "const_format", "rand", "serde", "uhlc", "zenoh-buffers", - "zenoh-collections", "zenoh-keyexpr", "zenoh-result", ] @@ -3528,7 +3270,7 @@ dependencies = [ [[package]] name = "zenoh-result" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "anyhow", ] @@ -3536,11 +3278,9 @@ dependencies = [ [[package]] name = "zenoh-runtime" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ - "futures", "lazy_static", - "libc", "ron", "serde", "tokio", @@ -3551,15 +3291,13 @@ dependencies = [ [[package]] name = "zenoh-shm" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", - "bincode", "crc", "lockfree", "num-traits", "rand", - "serde", "shared_memory", "stabby", "static_init", @@ -3575,21 +3313,20 @@ dependencies = [ [[package]] name = "zenoh-sync" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ - "event-listener 5.3.1", + "event-listener", "futures", "tokio", "zenoh-buffers", "zenoh-collections", "zenoh-core", - "zenoh-runtime", ] [[package]] name = "zenoh-task" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "futures", "tokio", @@ -3602,7 +3339,7 @@ dependencies = [ [[package]] name = "zenoh-transport" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "crossbeam-utils", @@ -3620,7 +3357,6 @@ dependencies = [ "tracing", "zenoh-buffers", "zenoh-codec", - "zenoh-collections", "zenoh-config", "zenoh-core", "zenoh-crypto", @@ -3637,7 +3373,7 @@ dependencies = [ [[package]] name = "zenoh-util" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#6acaafeeeb9828f2953c6b5b77cc6a00ff362117" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#16ddfadc5832beeca5c9d1f6c6c1c0db8ce85b41" dependencies = [ "async-trait", "const_format", diff --git a/build-resources/opaque-types/src/lib.rs b/build-resources/opaque-types/src/lib.rs index d36e39fe3..563e7b7ec 100644 --- a/build-resources/opaque-types/src/lib.rs +++ b/build-resources/opaque-types/src/lib.rs @@ -131,7 +131,7 @@ get_opaque_type_data!(Option>, z_owned_queryable_t); /// A loaned Zenoh queryable. get_opaque_type_data!(Queryable<'static, ()>, z_loaned_queryable_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned Zenoh querying subscriber. /// /// In addition to receiving the data it is subscribed to, @@ -141,7 +141,7 @@ get_opaque_type_data!( ze_owned_querying_subscriber_t ); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned Zenoh querying subscriber. get_opaque_type_data!( (zenoh_ext::FetchingSubscriber<'static, ()>, &'static Session), @@ -190,7 +190,7 @@ get_opaque_type_data!(Option, z_owned_config_t); get_opaque_type_data!(Config, z_loaned_config_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A Zenoh ID. /// /// In general, valid Zenoh IDs are LSB-first 128bit unsigned and non-zero integers. @@ -207,7 +207,7 @@ get_opaque_type_data!(Option>, z_owned_publisher_t); get_opaque_type_data!(Publisher<'static>, z_loaned_publisher_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned Zenoh matching listener. /// /// A listener that sends notifications when the [`MatchingStatus`] of a publisher changes. @@ -226,7 +226,7 @@ get_opaque_type_data!(Option>, z_owned_subscriber_t); get_opaque_type_data!(Subscriber<'static, ()>, z_loaned_subscriber_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A liveliness token that can be used to provide the network with information about connectivity to its /// declarer: when constructed, a PUT sample will be received by liveliness subscribers on intersecting key /// expressions. @@ -237,10 +237,10 @@ get_opaque_type_data!( zc_owned_liveliness_token_t ); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. get_opaque_type_data!(LivelinessToken<'static>, zc_loaned_liveliness_token_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned Zenoh publication cache. /// /// Used to store publications on intersecting key expressions. Can be queried later via `z_get()` to retrieve this data @@ -250,7 +250,7 @@ get_opaque_type_data!( ze_owned_publication_cache_t ); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned Zenoh publication cache. get_opaque_type_data!( zenoh_ext::PublicationCache<'static>, @@ -284,18 +284,18 @@ get_opaque_type_data!(Option, z_owned_hello_t); get_opaque_type_data!(Hello, z_loaned_hello_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned SHM Client. get_opaque_type_data!(Option>, z_owned_shm_client_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned list of SHM Clients. get_opaque_type_data!( Option)>>, zc_owned_shm_client_list_t ); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned list of SHM Clients. get_opaque_type_data!( Vec<(ProtocolID, Arc)>, @@ -303,7 +303,7 @@ get_opaque_type_data!( ); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned SHM Client Storage get_opaque_type_data!(Option>, z_owned_shm_client_storage_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] @@ -311,38 +311,38 @@ get_opaque_type_data!(Option>, z_owned_shm_client_storage_ get_opaque_type_data!(Arc, z_loaned_shm_client_storage_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned MemoryLayout. get_opaque_type_data!(Option, z_owned_memory_layout_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned MemoryLayout. get_opaque_type_data!(MemoryLayout, z_loaned_memory_layout_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned ChunkAllocResult. get_opaque_type_data!(Option, z_owned_chunk_alloc_result_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned ChunkAllocResult. get_opaque_type_data!(ChunkAllocResult, z_loaned_chunk_alloc_result_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned ZShm slice. get_opaque_type_data!(Option, z_owned_shm_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned ZShm slice. get_opaque_type_data!(zshm, z_loaned_shm_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned ZShmMut slice. get_opaque_type_data!(Option, z_owned_shm_mut_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned ZShmMut slice. get_opaque_type_data!(zshmmut, z_loaned_shm_mut_t); @@ -408,11 +408,11 @@ enum CDummySHMProvider { } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned ShmProvider. get_opaque_type_data!(Option, z_owned_shm_provider_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned ShmProvider. get_opaque_type_data!(CDummySHMProvider, z_loaned_shm_provider_t); @@ -430,11 +430,11 @@ enum CSHMLayout { } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned ShmProvider's AllocLayout. get_opaque_type_data!(Option, z_owned_alloc_layout_t); #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned ShmProvider's AllocLayout. get_opaque_type_data!(CSHMLayout, z_loaned_alloc_layout_t); @@ -481,14 +481,14 @@ get_opaque_type_data!( get_opaque_type_data!(RingChannelHandler, z_loaned_ring_handler_reply_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An owned Zenoh-allocated source info`. get_opaque_type_data!(SourceInfo, z_owned_source_info_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A loaned source info. get_opaque_type_data!(SourceInfo, z_loaned_source_info_t); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An entity gloabal id. get_opaque_type_data!(EntityGlobalId, z_entity_global_id_t); diff --git a/docs/api.rst b/docs/api.rst index f50d7fa54..fd2b72f44 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -501,11 +501,13 @@ Types .. doxygenstruct:: z_put_options_t :members: .. doxygenstruct:: z_delete_options_t + :members: .. doxygenstruct:: z_publisher_options_t :members: .. doxygenstruct:: z_publisher_put_options_t :members: .. doxygenstruct:: z_publisher_delete_options_t + :members: .. doxygenstruct:: zc_owned_matching_listener_t .. doxygenstruct:: zc_owned_closure_matching_status_t diff --git a/include/zenoh_commons.h b/include/zenoh_commons.h index d7d347032..1f59bfa0a 100644 --- a/include/zenoh_commons.h +++ b/include/zenoh_commons.h @@ -17,7 +17,7 @@ #define ZENOHC_API #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Allocation errors */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -80,7 +80,7 @@ typedef enum z_consolidation_mode_t { Z_CONSOLIDATION_MODE_LATEST = 2, } z_consolidation_mode_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Intersection level of 2 key expressions. */ #if defined(UNSTABLE) @@ -104,7 +104,7 @@ typedef enum z_keyexpr_intersection_level_t { } z_keyexpr_intersection_level_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Layouting errors */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -174,7 +174,7 @@ typedef enum z_query_target_t { Z_QUERY_TARGET_ALL_COMPLETE, } z_query_target_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief The publisher reliability. * @note Currently `reliability` does not trigger any data retransmission on the wire. * It is rather used as a marker on the wire and it may be used to select the best link available (e.g. TCP for reliable data and UDP for best effort data). @@ -216,7 +216,7 @@ typedef enum z_whatami_t { Z_WHATAMI_CLIENT = 4, } z_whatami_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Status of SHM buffer allocation operation. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -236,7 +236,7 @@ typedef enum zc_buf_alloc_status_t { } zc_buf_alloc_status_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Status of SHM buffer layouting + allocation operation. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -314,7 +314,7 @@ typedef enum zc_log_severity_t { ZC_LOG_SEVERITY_ERROR = 4, } zc_log_severity_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Key expressions types to which Queryable should reply to. */ #if defined(UNSTABLE) @@ -330,7 +330,7 @@ typedef enum zc_reply_keyexpr_t { } zc_reply_keyexpr_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A result of SHM buffer allocation operation. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -342,7 +342,7 @@ typedef struct z_buf_alloc_result_t { #endif typedef int8_t z_result_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief An AllocAlignment. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -392,21 +392,21 @@ typedef struct ALIGN(8) z_bytes_slice_iterator_t { uint8_t _0[24]; } z_bytes_slice_iterator_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Unique segment identifier. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) typedef uint32_t z_segment_id_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Chunk id within it's segment. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) typedef uint32_t z_chunk_id_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A ChunkDescriptor. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -417,7 +417,7 @@ typedef struct z_chunk_descriptor_t { } z_chunk_descriptor_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief An AllocatedChunk. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -558,7 +558,7 @@ typedef struct z_moved_closure_sample_t { struct z_owned_closure_sample_t _this; } z_moved_closure_sample_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A closure is a structure that contains all the elements for stateful, memory-leak-free callbacks: * * Closures are not guaranteed not to be called concurrently. @@ -585,7 +585,7 @@ typedef struct z_owned_closure_zid_t { } z_owned_closure_zid_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Moved closure. */ #if defined(UNSTABLE) @@ -624,7 +624,7 @@ typedef struct z_publisher_options_t { bool is_express; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The publisher reliability. */ @@ -632,7 +632,7 @@ typedef struct z_publisher_options_t { #endif #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The allowed destination for this publisher. */ @@ -679,7 +679,7 @@ typedef struct z_delete_options_t { struct z_timestamp_t *timestamp; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The delete operation reliability. */ @@ -687,7 +687,7 @@ typedef struct z_delete_options_t { #endif #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The allowed destination of this message. */ @@ -739,7 +739,7 @@ typedef struct z_get_options_t { bool is_express; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The allowed destination for the query. */ @@ -747,7 +747,7 @@ typedef struct z_get_options_t { #endif #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The accepted replies for the query. */ @@ -759,7 +759,7 @@ typedef struct z_get_options_t { enum z_priority_t priority; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The source info for the query. */ @@ -810,7 +810,7 @@ typedef struct z_publisher_put_options_t { const struct z_timestamp_t *timestamp; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The source info for the publication. */ @@ -847,7 +847,7 @@ typedef struct z_put_options_t { struct z_timestamp_t *timestamp; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The put operation reliability. */ @@ -855,7 +855,7 @@ typedef struct z_put_options_t { #endif #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The allowed destination of this message. */ @@ -863,7 +863,7 @@ typedef struct z_put_options_t { #endif #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The source info for the message. */ @@ -904,7 +904,7 @@ typedef struct z_query_reply_options_t { struct z_timestamp_t *timestamp; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The source info for the reply. */ @@ -938,7 +938,7 @@ typedef struct z_query_reply_del_options_t { struct z_timestamp_t *timestamp; #if defined(UNSTABLE) /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * * The source info for the reply. */ @@ -994,7 +994,7 @@ typedef struct z_scout_options_t { enum z_what_t what; } z_scout_options_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Callbacks for ShmSegment. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1003,7 +1003,7 @@ typedef struct zc_shm_segment_callbacks_t { } zc_shm_segment_callbacks_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief An ShmSegment. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1013,7 +1013,7 @@ typedef struct z_shm_segment_t { } z_shm_segment_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Callback for ShmClient. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1022,7 +1022,7 @@ typedef struct zc_shm_client_callbacks_t { } zc_shm_client_callbacks_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A result of SHM buffer layouting + allocation operation. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1034,7 +1034,7 @@ typedef struct z_buf_layout_alloc_result_t { } z_buf_layout_alloc_result_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Unique protocol identifier. * Here is a contract: it is up to user to make sure that incompatible ShmClient * and ShmProviderBackend implementations will never use the same ProtocolID. @@ -1069,7 +1069,7 @@ typedef struct zc_context_t { } zc_context_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Callbacks for ShmProviderBackend. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1132,7 +1132,7 @@ typedef struct zc_moved_closure_log_t { struct zc_owned_closure_log_t _this; } zc_moved_closure_log_t; /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Loaned closure. */ #if defined(UNSTABLE) @@ -1141,7 +1141,7 @@ typedef struct zc_loaned_closure_matching_status_t { } zc_loaned_closure_matching_status_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A struct that indicates if there exist Subscribers matching the Publisher's key expression. */ #if defined(UNSTABLE) @@ -1153,7 +1153,7 @@ typedef struct zc_matching_status_t { } zc_matching_status_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A closure is a structure that contains all the elements for stateful, memory-leak-free callbacks: * * Closures are not guaranteed not to be called concurrently. @@ -1180,7 +1180,7 @@ typedef struct zc_owned_closure_matching_status_t { } zc_owned_closure_matching_status_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Moved closure. */ #if defined(UNSTABLE) @@ -1189,7 +1189,7 @@ typedef struct zc_moved_closure_matching_status_t { } zc_moved_closure_matching_status_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief The options for `zc_liveliness_declare_token()`. */ #if defined(UNSTABLE) @@ -1198,7 +1198,7 @@ typedef struct zc_liveliness_declaration_options_t { } zc_liveliness_declaration_options_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief The options for `zc_liveliness_declare_subscriber()` */ #if defined(UNSTABLE) @@ -1207,7 +1207,7 @@ typedef struct zc_liveliness_subscriber_options_t { } zc_liveliness_subscriber_options_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief The options for `zc_liveliness_get()` */ #if defined(UNSTABLE) @@ -1216,7 +1216,7 @@ typedef struct zc_liveliness_get_options_t { } zc_liveliness_get_options_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Options passed to the `ze_declare_publication_cache()` function. */ #if defined(UNSTABLE) @@ -1246,7 +1246,7 @@ typedef struct ze_publication_cache_options_t { } ze_publication_cache_options_t; #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief A set of options that can be applied to a querying subscriber, * upon its declaration via `ze_declare_querying_subscriber()`. * @@ -1341,7 +1341,7 @@ ZENOHC_API void z_alloc_layout_drop(z_moved_alloc_layout_t *this_); ZENOHC_API const z_loaned_alloc_layout_t *z_alloc_layout_loan(const z_owned_alloc_layout_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new Alloc Layout for SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1406,7 +1406,7 @@ ZENOHC_API z_result_t z_bytes_deserialize_into_int8(const struct z_loaned_bytes_t *this_, int8_t *dst); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deserializes data into a loaned SHM buffer. * * @param this_: Data to deserialize. @@ -1418,7 +1418,7 @@ z_result_t z_bytes_deserialize_into_loaned_shm(const struct z_loaned_bytes_t *th const z_loaned_shm_t **dst); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deserializes data into a mutably loaned SHM buffer. * * @param this_: Data to deserialize. @@ -1430,7 +1430,7 @@ z_result_t z_bytes_deserialize_into_mut_loaned_shm(struct z_loaned_bytes_t *this z_loaned_shm_t **dst); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deserializes data into an owned SHM buffer by copying it's shared reference. * * @param this_: Data to deserialize. @@ -1701,14 +1701,16 @@ ZENOHC_API void z_bytes_serialize_from_int64(struct z_owned_bytes_t *this_, int6 */ ZENOHC_API void z_bytes_serialize_from_int8(struct z_owned_bytes_t *this_, int8_t val); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Serializes from an immutable SHM buffer consuming it. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API z_result_t z_bytes_serialize_from_shm(struct z_owned_bytes_t *this_, z_moved_shm_t *shm); +ZENOHC_API +z_result_t z_bytes_serialize_from_shm(struct z_owned_bytes_t *this_, + z_moved_shm_t *shm); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Serializes from a mutable SHM buffer consuming it. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1788,14 +1790,15 @@ z_result_t z_bytes_writer_write_all(struct z_bytes_writer_t *this_, const uint8_t *src, size_t len); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes Chunk Alloc Result. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_chunk_alloc_result_drop(z_moved_chunk_alloc_result_t *this_); +ZENOHC_API +void z_chunk_alloc_result_drop(z_moved_chunk_alloc_result_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows Chunk Alloc Result. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1803,7 +1806,7 @@ ZENOHC_API const z_loaned_chunk_alloc_result_t *z_chunk_alloc_result_loan(const z_owned_chunk_alloc_result_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new Chunk Alloc Result with Error value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1812,7 +1815,7 @@ void z_chunk_alloc_result_new_error(z_owned_chunk_alloc_result_t *this_, enum z_alloc_error_t alloc_error); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new Chunk Alloc Result with Ok value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -1906,7 +1909,7 @@ ZENOHC_API void z_closure_sample_drop(struct z_moved_closure_sample_t *closure_) ZENOHC_API const struct z_loaned_closure_sample_t *z_closure_sample_loan(const struct z_owned_closure_sample_t *closure); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Calls the closure. Calling an uninitialized closure is a no-op. */ #if defined(UNSTABLE) @@ -1915,7 +1918,7 @@ void z_closure_zid_call(const struct z_loaned_closure_zid_t *closure, const z_id_t *z_id); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Drops the closure, resetting it to its gravestone state. Droping an uninitialized (null) closure is a no-op. */ #if defined(UNSTABLE) @@ -1923,7 +1926,7 @@ ZENOHC_API void z_closure_zid_drop(struct z_moved_closure_zid_t *closure_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows closure. */ #if defined(UNSTABLE) @@ -2570,18 +2573,20 @@ ZENOHC_API const struct z_loaned_encoding_t *z_encoding_zenoh_uint64(void); */ ZENOHC_API const struct z_loaned_encoding_t *z_encoding_zenoh_uint8(void); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the entity id of the entity global id. */ #if defined(UNSTABLE) -ZENOHC_API uint32_t z_entity_global_id_eid(const z_entity_global_id_t *this_); +ZENOHC_API +uint32_t z_entity_global_id_eid(const z_entity_global_id_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the zenoh id of entity global id. */ #if defined(UNSTABLE) -ZENOHC_API z_id_t z_entity_global_id_zid(const z_entity_global_id_t *this_); +ZENOHC_API +z_id_t z_entity_global_id_zid(const z_entity_global_id_t *this_); #endif /** * Constructs send and recieve ends of the fifo channel @@ -2724,21 +2729,24 @@ void z_hello_locators(const struct z_loaned_hello_t *this_, */ ZENOHC_API enum z_whatami_t z_hello_whatami(const struct z_loaned_hello_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns id of Zenoh entity that transmitted hello message. */ #if defined(UNSTABLE) -ZENOHC_API z_id_t z_hello_zid(const struct z_loaned_hello_t *this_); +ZENOHC_API +z_id_t z_hello_zid(const struct z_loaned_hello_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Formats the `z_id_t` into 16-digit hex string (LSB-first order) */ #if defined(UNSTABLE) -ZENOHC_API void z_id_to_string(const z_id_t *zid, struct z_owned_string_t *dst); +ZENOHC_API +void z_id_to_string(const z_id_t *zid, + struct z_owned_string_t *dst); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Fetches the Zenoh IDs of all connected peers. * * `callback` will be called once for each ID, is guaranteed to never be called concurrently, @@ -2752,7 +2760,7 @@ z_result_t z_info_peers_zid(const struct z_loaned_session_t *session, struct z_moved_closure_zid_t *callback); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Fetches the Zenoh IDs of all connected routers. * * `callback` will be called once for each ID, is guaranteed to never be called concurrently, @@ -2766,7 +2774,7 @@ z_result_t z_info_routers_zid(const struct z_loaned_session_t *session, struct z_moved_closure_zid_t *callback); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the session's Zenoh ID. * * Unless the `session` is invalid, that ID is guaranteed to be non-zero. @@ -2774,7 +2782,8 @@ z_result_t z_info_routers_zid(const struct z_loaned_session_t *session, * to pass it a valid session. */ #if defined(UNSTABLE) -ZENOHC_API z_id_t z_info_zid(const struct z_loaned_session_t *session); +ZENOHC_API +z_id_t z_info_zid(const struct z_loaned_session_t *session); #endif /** * Returns ``true`` if `this` is valid. @@ -2797,18 +2806,20 @@ ZENOHC_API bool z_internal_bytes_check(const struct z_owned_bytes_t *this_); */ ZENOHC_API void z_internal_bytes_null(struct z_owned_bytes_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_chunk_alloc_result_check(const z_owned_chunk_alloc_result_t *this_); +ZENOHC_API +bool z_internal_chunk_alloc_result_check(const z_owned_chunk_alloc_result_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs Chunk Alloc Result in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_chunk_alloc_result_null(z_owned_chunk_alloc_result_t *this_); +ZENOHC_API +void z_internal_chunk_alloc_result_null(z_owned_chunk_alloc_result_t *this_); #endif /** * Returns ``true`` if closure is valid, ``false`` if it is in gravestone state. @@ -2843,18 +2854,20 @@ ZENOHC_API bool z_internal_closure_sample_check(const struct z_owned_closure_sam */ ZENOHC_API void z_internal_closure_sample_null(struct z_owned_closure_sample_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if closure is valid, ``false`` if it is in gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API bool z_internal_closure_zid_check(const struct z_owned_closure_zid_t *this_); +ZENOHC_API +bool z_internal_closure_zid_check(const struct z_owned_closure_zid_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs a null closure. */ #if defined(UNSTABLE) -ZENOHC_API void z_internal_closure_zid_null(struct z_owned_closure_zid_t *this_); +ZENOHC_API +void z_internal_closure_zid_null(struct z_owned_closure_zid_t *this_); #endif /** * Returns ``true`` if conditional variable is valid, ``false`` otherwise. @@ -2924,18 +2937,20 @@ ZENOHC_API bool z_internal_keyexpr_check(const struct z_owned_keyexpr_t *this_); */ ZENOHC_API void z_internal_keyexpr_null(struct z_owned_keyexpr_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_memory_layout_check(const z_owned_memory_layout_t *this_); +ZENOHC_API +bool z_internal_memory_layout_check(const z_owned_memory_layout_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs Memory Layout in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_memory_layout_null(z_owned_memory_layout_t *this_); +ZENOHC_API +void z_internal_memory_layout_null(z_owned_memory_layout_t *this_); #endif /** * Returns ``true`` if mutex is valid, ``false`` otherwise. @@ -3029,74 +3044,84 @@ ZENOHC_API bool z_internal_session_check(const struct z_owned_session_t *this_); */ ZENOHC_API void z_internal_session_null(struct z_owned_session_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_shm_check(const z_owned_shm_t *this_); +ZENOHC_API +bool z_internal_shm_check(const z_owned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return Returns ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_shm_client_check(const z_owned_shm_client_t *this_); +ZENOHC_API +bool z_internal_shm_client_check(const z_owned_shm_client_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs SHM client in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_shm_client_null(z_owned_shm_client_t *this_); +ZENOHC_API +void z_internal_shm_client_null(z_owned_shm_client_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_shm_client_storage_check(const z_owned_shm_client_storage_t *this_); +ZENOHC_API +bool z_internal_shm_client_storage_check(const z_owned_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * Constructs SHM Client Storage in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_shm_client_storage_null(z_owned_shm_client_storage_t *this_); +ZENOHC_API +void z_internal_shm_client_storage_null(z_owned_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_shm_mut_check(const z_owned_shm_mut_t *this_); +ZENOHC_API +bool z_internal_shm_mut_check(const z_owned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs ZShmMut slice in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_shm_mut_null(z_owned_shm_mut_t *this_); +ZENOHC_API +void z_internal_shm_mut_null(z_owned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs ZShm slice in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_shm_null(z_owned_shm_t *this_); +ZENOHC_API +void z_internal_shm_null(z_owned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool z_internal_shm_provider_check(const z_owned_shm_provider_t *this_); +ZENOHC_API +bool z_internal_shm_provider_check(const z_owned_shm_provider_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs SHM Provider in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_internal_shm_provider_null(z_owned_shm_provider_t *this_); +ZENOHC_API +void z_internal_shm_provider_null(z_owned_shm_provider_t *this_); #endif /** * @return ``true`` if slice is not empty, ``false`` otherwise. @@ -3107,18 +3132,20 @@ ZENOHC_API bool z_internal_slice_check(const struct z_owned_slice_t *this_); */ ZENOHC_API void z_internal_slice_null(struct z_owned_slice_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if source info is valid, ``false`` if it is in gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API bool z_internal_source_info_check(const z_owned_source_info_t *this_); +ZENOHC_API +bool z_internal_source_info_check(const z_owned_source_info_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs source info in its gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void z_internal_source_info_null(z_owned_source_info_t *this_); +ZENOHC_API +void z_internal_source_info_null(z_owned_source_info_t *this_); #endif /** * @return ``true`` if the string array is valid, ``false`` if it is in a gravestone state. @@ -3273,7 +3300,7 @@ z_result_t z_keyexpr_join(struct z_owned_keyexpr_t *this_, */ ZENOHC_API const struct z_loaned_keyexpr_t *z_keyexpr_loan(const struct z_owned_keyexpr_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the relation between `left` and `right` from `left`'s point of view. * * @note This is slower than `z_keyexpr_intersects` and `keyexpr_includes`, so you should favor these methods for most applications. @@ -3284,14 +3311,15 @@ enum z_keyexpr_intersection_level_t z_keyexpr_relation_to(const struct z_loaned_ const struct z_loaned_keyexpr_t *right); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes Memory Layout. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_memory_layout_drop(z_moved_memory_layout_t *this_); +ZENOHC_API +void z_memory_layout_drop(z_moved_memory_layout_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Extract data from Memory Layout. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3301,7 +3329,7 @@ void z_memory_layout_get_data(const z_loaned_memory_layout_t *this_, struct z_alloc_alignment_t *out_alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows Memory Layout. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3309,7 +3337,7 @@ ZENOHC_API const z_loaned_memory_layout_t *z_memory_layout_loan(const z_owned_memory_layout_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new Memory Layout. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3356,7 +3384,7 @@ ZENOHC_API z_result_t z_open(struct z_owned_session_t *this_, struct z_moved_config_t *config); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs and opens a new Zenoh session with specified client storage. * * @return 0 in case of success, negative error code otherwise (in this case the session will be in its gravestone state). @@ -3368,14 +3396,15 @@ z_result_t z_open_with_custom_shm_clients(struct z_owned_session_t *this_, const z_loaned_shm_client_storage_t *shm_clients); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new POSIX SHM Client. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_posix_shm_client_new(z_owned_shm_client_t *this_); +ZENOHC_API +void z_posix_shm_client_new(z_owned_shm_client_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new POSIX SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3404,11 +3433,12 @@ ZENOHC_API void z_publisher_delete_options_default(struct z_publisher_delete_opt */ ZENOHC_API void z_publisher_drop(struct z_moved_publisher_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the ID of the publisher. */ #if defined(UNSTABLE) -ZENOHC_API z_entity_global_id_t z_publisher_id(const struct z_loaned_publisher_t *publisher); +ZENOHC_API +z_entity_global_id_t z_publisher_id(const struct z_loaned_publisher_t *publisher); #endif /** * Returns the key expression of the publisher. @@ -3624,11 +3654,12 @@ ZENOHC_API enum z_query_target_t z_query_target_default(void); */ ZENOHC_API void z_queryable_drop(struct z_moved_queryable_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the ID of the queryable. */ #if defined(UNSTABLE) -ZENOHC_API z_entity_global_id_t z_queryable_id(const struct z_loaned_queryable_t *queryable); +ZENOHC_API +z_entity_global_id_t z_queryable_id(const struct z_loaned_queryable_t *queryable); #endif ZENOHC_API const struct z_loaned_queryable_t *z_queryable_loan(const struct z_owned_queryable_t *this_); @@ -3657,17 +3688,19 @@ ZENOHC_API uint64_t z_random_u64(void); */ ZENOHC_API uint8_t z_random_u8(void); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_ref_shm_client_storage_global(z_owned_shm_client_storage_t *this_); +ZENOHC_API +void z_ref_shm_client_storage_global(z_owned_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the default value for `reliability`. */ #if defined(UNSTABLE) -ZENOHC_API enum z_reliability_t z_reliability_default(void); +ZENOHC_API +enum z_reliability_t z_reliability_default(void); #endif /** * Constructs an owned shallow copy of reply in provided uninitialized memory location. @@ -3718,12 +3751,14 @@ ZENOHC_API const struct z_loaned_reply_t *z_reply_loan(const struct z_owned_repl */ ZENOHC_API const struct z_loaned_sample_t *z_reply_ok(const struct z_loaned_reply_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Gets the id of the zenoh instance that answered this Reply. * @return `true` if id is present. */ #if defined(UNSTABLE) -ZENOHC_API bool z_reply_replier_id(const struct z_loaned_reply_t *this_, z_id_t *out_id); +ZENOHC_API +bool z_reply_replier_id(const struct z_loaned_reply_t *this_, + z_id_t *out_id); #endif /** * Constructs send and recieve ends of the ring channel @@ -3873,14 +3908,15 @@ ZENOHC_API const struct z_loaned_bytes_t *z_sample_payload(const struct z_loaned */ ZENOHC_API enum z_priority_t z_sample_priority(const struct z_loaned_sample_t *this_); /** - * @attention Unstable feature. - * @brief Returns the reliability setting the sample was delieverd with. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. + * @brief Returns the reliability setting the sample was delivered with. */ #if defined(UNSTABLE) -ZENOHC_API enum z_reliability_t z_sample_reliability(const struct z_loaned_sample_t *this_); +ZENOHC_API +enum z_reliability_t z_sample_reliability(const struct z_loaned_sample_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the sample source_info. */ #if defined(UNSTABLE) @@ -3927,14 +3963,15 @@ ZENOHC_API void z_session_drop(struct z_moved_session_t *this_); */ ZENOHC_API const struct z_loaned_session_t *z_session_loan(const struct z_owned_session_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes SHM Client. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_client_drop(z_moved_shm_client_t *this_); +ZENOHC_API +void z_shm_client_drop(z_moved_shm_client_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new SHM Client. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3944,7 +3981,7 @@ void z_shm_client_new(z_owned_shm_client_t *this_, struct zc_shm_client_callbacks_t callbacks); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Performs a shallow copy of SHM Client Storage. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3953,14 +3990,15 @@ void z_shm_client_storage_clone(z_owned_shm_client_storage_t *this_, const z_loaned_shm_client_storage_t *from); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Derefs SHM Client Storage. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_client_storage_drop(z_moved_shm_client_storage_t *this_); +ZENOHC_API +void z_shm_client_storage_drop(z_moved_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows SHM Client Storage. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3968,7 +4006,7 @@ ZENOHC_API const z_loaned_shm_client_storage_t *z_shm_client_storage_loan(const z_owned_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -3977,13 +4015,14 @@ z_result_t z_shm_client_storage_new(z_owned_shm_client_storage_t *this_, bool add_default_client_set); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_client_storage_new_default(z_owned_shm_client_storage_t *this_); +ZENOHC_API +void z_shm_client_storage_new_default(z_owned_shm_client_storage_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Converts borrowed ZShm slice to owned ZShm slice by performing a shallow SHM reference copy. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -3992,39 +4031,45 @@ void z_shm_clone(z_owned_shm_t *out, const z_loaned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return the pointer of the ZShm slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API const unsigned char *z_shm_data(const z_loaned_shm_t *this_); +ZENOHC_API +const unsigned char *z_shm_data(const z_loaned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes ZShm slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_drop(z_moved_shm_t *this_); +ZENOHC_API +void z_shm_drop(z_moved_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs ZShm slice from ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_from_mut(z_owned_shm_t *this_, z_moved_shm_mut_t *that); +ZENOHC_API +void z_shm_from_mut(z_owned_shm_t *this_, + z_moved_shm_mut_t *that); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return the length of the ZShm slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API size_t z_shm_len(const z_loaned_shm_t *this_); +ZENOHC_API +size_t z_shm_len(const z_loaned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows ZShm slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API const z_loaned_shm_t *z_shm_loan(const z_owned_shm_t *this_); +ZENOHC_API +const z_loaned_shm_t *z_shm_loan(const z_owned_shm_t *this_); #endif /** * @brief Mutably borrows ZShm slice. @@ -4033,56 +4078,62 @@ ZENOHC_API const z_loaned_shm_t *z_shm_loan(const z_owned_shm_t *this_); ZENOHC_API z_loaned_shm_t *z_shm_loan_mut(z_owned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return the immutable pointer to the underlying data. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API const unsigned char *z_shm_mut_data(const z_loaned_shm_mut_t *this_); +ZENOHC_API +const unsigned char *z_shm_mut_data(const z_loaned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return the mutable pointer to the underlying data. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API unsigned char *z_shm_mut_data_mut(z_loaned_shm_mut_t *this_); +ZENOHC_API +unsigned char *z_shm_mut_data_mut(z_loaned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_mut_drop(z_moved_shm_mut_t *this_); +ZENOHC_API +void z_shm_mut_drop(z_moved_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @return the length of the ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API size_t z_shm_mut_len(const z_loaned_shm_mut_t *this_); +ZENOHC_API +size_t z_shm_mut_len(const z_loaned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API const z_loaned_shm_mut_t *z_shm_mut_loan(const z_owned_shm_mut_t *this_); +ZENOHC_API +const z_loaned_shm_mut_t *z_shm_mut_loan(const z_owned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Mutably borrows ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API z_loaned_shm_mut_t *z_shm_mut_loan_mut(z_owned_shm_mut_t *this_); +ZENOHC_API +z_loaned_shm_mut_t *z_shm_mut_loan_mut(z_owned_shm_mut_t *this_); #endif /** - * @attention Unstable feature. - * Tries to obtain mutable SHM buffer instead of immutable one + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. + * @brief Tries to obtain mutable SHM buffer instead of immutable one. * @param this: mutable SHM buffer to be initialized upon success * @param that: immutable SHM buffer * @param immut: immutable SHM buffer returned back to caller's side * ONLY in case of Z_EUNAVAILABLE failure * @return Z_OK in case of success, Z_EUNAVAILABLE in case of unsuccessful write access, - * Z_EINVAL if moved value is incorrect + * Z_EINVAL if moved value is incorrect. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4091,7 +4142,7 @@ z_result_t z_shm_mut_try_from_immut(z_owned_shm_mut_t *this_, z_owned_shm_t *immut); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4101,7 +4152,7 @@ void z_shm_provider_alloc(struct z_buf_layout_alloc_result_t *out_result, struct z_alloc_alignment_t alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4111,7 +4162,7 @@ void z_shm_provider_alloc_gc(struct z_buf_layout_alloc_result_t *out_result, struct z_alloc_alignment_t alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4121,7 +4172,7 @@ void z_shm_provider_alloc_gc_defrag(struct z_buf_layout_alloc_result_t *out_resu struct z_alloc_alignment_t alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4134,7 +4185,7 @@ z_result_t z_shm_provider_alloc_gc_defrag_async(struct z_buf_layout_alloc_result struct z_buf_layout_alloc_result_t*)); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4144,7 +4195,7 @@ void z_shm_provider_alloc_gc_defrag_blocking(struct z_buf_layout_alloc_result_t struct z_alloc_alignment_t alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4154,39 +4205,44 @@ void z_shm_provider_alloc_gc_defrag_dealloc(struct z_buf_layout_alloc_result_t * struct z_alloc_alignment_t alignment); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API size_t z_shm_provider_available(const z_loaned_shm_provider_t *provider); +ZENOHC_API +size_t z_shm_provider_available(const z_loaned_shm_provider_t *provider); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API size_t z_shm_provider_defragment(const z_loaned_shm_provider_t *provider); +ZENOHC_API +size_t z_shm_provider_defragment(const z_loaned_shm_provider_t *provider); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void z_shm_provider_drop(z_moved_shm_provider_t *this_); +ZENOHC_API +void z_shm_provider_drop(z_moved_shm_provider_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API size_t z_shm_provider_garbage_collect(const z_loaned_shm_provider_t *provider); +ZENOHC_API +size_t z_shm_provider_garbage_collect(const z_loaned_shm_provider_t *provider); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API const z_loaned_shm_provider_t *z_shm_provider_loan(const z_owned_shm_provider_t *this_); +ZENOHC_API +const z_loaned_shm_provider_t *z_shm_provider_loan(const z_owned_shm_provider_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -4196,7 +4252,7 @@ z_result_t z_shm_provider_map(z_owned_shm_mut_t *out_result, size_t len); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -4207,7 +4263,7 @@ void z_shm_provider_new(z_owned_shm_provider_t *this_, struct zc_shm_provider_backend_callbacks_t callbacks); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new threadsafe SHM Provider. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -4218,18 +4274,20 @@ void z_shm_provider_threadsafe_new(z_owned_shm_provider_t *this_, struct zc_shm_provider_backend_callbacks_t callbacks); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Mutably borrows ZShm slice as borrowed ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API z_loaned_shm_mut_t *z_shm_try_mut(z_owned_shm_t *this_); +ZENOHC_API +z_loaned_shm_mut_t *z_shm_try_mut(z_owned_shm_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Tries to reborrow mutably-borrowed ZShm slice as borrowed ZShmMut slice. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API z_loaned_shm_mut_t *z_shm_try_reloan_mut(z_loaned_shm_t *this_); +ZENOHC_API +z_loaned_shm_mut_t *z_shm_try_reloan_mut(z_loaned_shm_t *this_); #endif /** * Puts current thread to sleep for specified amount of milliseconds. @@ -4297,28 +4355,31 @@ ZENOHC_API size_t z_slice_len(const struct z_loaned_slice_t *this_); */ ZENOHC_API const struct z_loaned_slice_t *z_slice_loan(const struct z_owned_slice_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Frees the memory and invalidates the source info, resetting it to a gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void z_source_info_drop(z_moved_source_info_t *this_); +ZENOHC_API +void z_source_info_drop(z_moved_source_info_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the source_id of the source info. */ #if defined(UNSTABLE) -ZENOHC_API z_entity_global_id_t z_source_info_id(const z_loaned_source_info_t *this_); +ZENOHC_API +z_entity_global_id_t z_source_info_id(const z_loaned_source_info_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows source info. */ #if defined(UNSTABLE) -ZENOHC_API const z_loaned_source_info_t *z_source_info_loan(const z_owned_source_info_t *this_); +ZENOHC_API +const z_loaned_source_info_t *z_source_info_loan(const z_owned_source_info_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates source info. */ #if defined(UNSTABLE) @@ -4328,11 +4389,12 @@ z_result_t z_source_info_new(z_owned_source_info_t *this_, uint64_t source_sn); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the source_sn of the source info. */ #if defined(UNSTABLE) -ZENOHC_API uint64_t z_source_info_sn(const z_loaned_source_info_t *this_); +ZENOHC_API +uint64_t z_source_info_sn(const z_loaned_source_info_t *this_); #endif /** * Destroys the string array, resetting it to its gravestone value. @@ -4513,11 +4575,12 @@ ZENOHC_API const char *z_time_now_as_str(const char *buf, size_t len); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns id associated with this timestamp. */ #if defined(UNSTABLE) -ZENOHC_API z_id_t z_timestamp_id(const struct z_timestamp_t *this_); +ZENOHC_API +z_id_t z_timestamp_id(const struct z_timestamp_t *this_); #endif /** * Create uhlc timestamp from session id. @@ -4722,7 +4785,7 @@ ZENOHC_API void zc_closure_log_drop(struct zc_moved_closure_log_t *closure_); ZENOHC_API const struct zc_loaned_closure_log_t *zc_closure_log_loan(const struct zc_owned_closure_log_t *closure); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Calls the closure. Calling an uninitialized closure is a no-op. */ #if defined(UNSTABLE) @@ -4731,7 +4794,7 @@ void zc_closure_matching_status_call(const struct zc_loaned_closure_matching_sta const struct zc_matching_status_t *mathing_status); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Drops the closure, resetting it to its gravestone state. Droping an uninitialized closure is a no-op. */ #if defined(UNSTABLE) @@ -4739,7 +4802,7 @@ ZENOHC_API void zc_closure_matching_status_drop(struct zc_moved_closure_matching_status_t *closure_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows closure. */ #if defined(UNSTABLE) @@ -4837,7 +4900,7 @@ ZENOHC_API bool zc_internal_closure_log_check(const struct zc_owned_closure_log_ */ ZENOHC_API void zc_internal_closure_log_null(struct zc_owned_closure_log_t *this_); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if closure is valid, ``false`` if it is in gravestone state. */ #if defined(UNSTABLE) @@ -4845,7 +4908,7 @@ ZENOHC_API bool zc_internal_closure_matching_status_check(const struct zc_owned_closure_matching_status_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs a null value of 'zc_owned_closure_matching_status_t' type */ #if defined(UNSTABLE) @@ -4853,49 +4916,55 @@ ZENOHC_API void zc_internal_closure_matching_status_null(struct zc_owned_closure_matching_status_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if liveliness token is valid, ``false`` otherwise. */ #if defined(UNSTABLE) -ZENOHC_API bool zc_internal_liveliness_token_check(const zc_owned_liveliness_token_t *this_); +ZENOHC_API +bool zc_internal_liveliness_token_check(const zc_owned_liveliness_token_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs liveliness token in its gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void zc_internal_liveliness_token_null(zc_owned_liveliness_token_t *this_); +ZENOHC_API +void zc_internal_liveliness_token_null(zc_owned_liveliness_token_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Checks the matching listener is for the gravestone state */ #if defined(UNSTABLE) -ZENOHC_API bool zc_internal_matching_listener_check(const zc_owned_matching_listener_t *this_); +ZENOHC_API +bool zc_internal_matching_listener_check(const zc_owned_matching_listener_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs an empty matching listener. */ #if defined(UNSTABLE) -ZENOHC_API void zc_internal_matching_listener_null(zc_owned_matching_listener_t *this_); +ZENOHC_API +void zc_internal_matching_listener_null(zc_owned_matching_listener_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if `this` is valid. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API bool zc_internal_shm_client_list_check(const zc_owned_shm_client_list_t *this_); +ZENOHC_API +bool zc_internal_shm_client_list_check(const zc_owned_shm_client_list_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs SHM client list in its gravestone value. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void zc_internal_shm_client_list_null(zc_owned_shm_client_list_t *this_); +ZENOHC_API +void zc_internal_shm_client_list_null(zc_owned_shm_client_list_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs default value for `zc_liveliness_declaration_options_t`. */ #if defined(UNSTABLE) @@ -4903,7 +4972,7 @@ ZENOHC_API void zc_liveliness_declaration_options_default(struct zc_liveliness_declaration_options_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Declares a subscriber on liveliness tokens that intersect `key_expr`. * * @param this_: An uninitialized memory location where subscriber will be constructed. @@ -4923,7 +4992,7 @@ z_result_t zc_liveliness_declare_subscriber(struct z_owned_subscriber_t *this_, struct zc_liveliness_subscriber_options_t *options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs and declares a liveliness token on the network. * * Liveliness token subscribers on an intersecting key expression will receive a PUT sample when connectivity @@ -4942,7 +5011,7 @@ z_result_t zc_liveliness_declare_token(zc_owned_liveliness_token_t *this_, const struct zc_liveliness_declaration_options_t *_options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Queries liveliness tokens currently on the network with a key expression intersecting with `key_expr`. * * @param session: The Zenoh session. @@ -4958,14 +5027,15 @@ z_result_t zc_liveliness_get(const struct z_loaned_session_t *session, struct zc_liveliness_get_options_t *options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs default value `zc_liveliness_get_options_t`. */ #if defined(UNSTABLE) -ZENOHC_API void zc_liveliness_get_options_default(struct zc_liveliness_get_options_t *this_); +ZENOHC_API +void zc_liveliness_get_options_default(struct zc_liveliness_get_options_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constucts default value for `zc_liveliness_declare_subscriber_options_t`. */ #if defined(UNSTABLE) @@ -4973,14 +5043,15 @@ ZENOHC_API void zc_liveliness_subscriber_options_default(struct zc_liveliness_subscriber_options_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Undeclares liveliness token, frees memory and resets it to a gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void zc_liveliness_token_drop(zc_moved_liveliness_token_t *this_); +ZENOHC_API +void zc_liveliness_token_drop(zc_moved_liveliness_token_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows token. */ #if defined(UNSTABLE) @@ -4988,21 +5059,23 @@ ZENOHC_API const zc_loaned_liveliness_token_t *zc_liveliness_token_loan(const zc_owned_liveliness_token_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Destroys a liveliness token, notifying subscribers of its destruction. */ #if defined(UNSTABLE) -ZENOHC_API z_result_t zc_liveliness_undeclare_token(zc_moved_liveliness_token_t *this_); +ZENOHC_API +z_result_t zc_liveliness_undeclare_token(zc_moved_liveliness_token_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns default value of `zc_locality_t` */ #if defined(UNSTABLE) -ZENOHC_API enum zc_locality_t zc_locality_default(void); +ZENOHC_API +enum zc_locality_t zc_locality_default(void); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Gets publisher matching status - i.e. if there are any subscribers matching its key expression. * * @return 0 in case of success, negative error code otherwise (in this case matching_status is not updated). @@ -5013,7 +5086,7 @@ z_result_t zc_publisher_get_matching_status(const struct z_loaned_publisher_t *t struct zc_matching_status_t *matching_status); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs matching listener, registering a callback for notifying subscribers matching with a given publisher. * * @param this_: An unitilized memory location where matching listener will be constructed. The matching listener will be automatically dropped when publisher is dropped. @@ -5029,30 +5102,33 @@ z_result_t zc_publisher_matching_listener_declare(zc_owned_matching_listener_t * struct zc_moved_closure_matching_status_t *callback); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Undeclares the given matching listener, droping and invalidating it. */ #if defined(UNSTABLE) -ZENOHC_API void zc_publisher_matching_listener_drop(zc_moved_matching_listener_t *this_); +ZENOHC_API +void zc_publisher_matching_listener_drop(zc_moved_matching_listener_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Undeclares the given matching listener, droping and invalidating it. * * @return 0 in case of success, negative error code otherwise. */ #if defined(UNSTABLE) -ZENOHC_API z_result_t zc_publisher_matching_listener_undeclare(zc_moved_matching_listener_t *this_); +ZENOHC_API +z_result_t zc_publisher_matching_listener_undeclare(zc_moved_matching_listener_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the default value of #zc_reply_keyexpr_t. */ #if defined(UNSTABLE) -ZENOHC_API enum zc_reply_keyexpr_t zc_reply_keyexpr_default(void); +ZENOHC_API +enum zc_reply_keyexpr_t zc_reply_keyexpr_default(void); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) ZENOHC_API @@ -5061,14 +5137,15 @@ z_result_t zc_shm_client_list_add_client(zc_loaned_shm_client_list_t *this_, z_moved_shm_client_t *client); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Deletes list of SHM Clients. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void zc_shm_client_list_drop(zc_moved_shm_client_list_t *this_); +ZENOHC_API +void zc_shm_client_list_drop(zc_moved_shm_client_list_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows list of SHM Clients. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -5076,7 +5153,7 @@ ZENOHC_API const zc_loaned_shm_client_list_t *zc_shm_client_list_loan(const zc_owned_shm_client_list_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Mutably borrows list of SHM Clients. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) @@ -5084,11 +5161,12 @@ ZENOHC_API zc_loaned_shm_client_list_t *zc_shm_client_list_loan_mut(zc_owned_shm_client_list_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Creates a new empty list of SHM Clients. */ #if (defined(SHARED_MEMORY) && defined(UNSTABLE)) -ZENOHC_API void zc_shm_client_list_new(zc_owned_shm_client_list_t *this_); +ZENOHC_API +void zc_shm_client_list_new(zc_owned_shm_client_list_t *this_); #endif /** * Stops all Zenoh tasks and drops all related static variables. @@ -5099,7 +5177,7 @@ ZENOHC_API void zc_shm_client_list_new(zc_owned_shm_client_list_t *this_); ZENOHC_API void zc_stop_z_runtime(void); /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs and declares a publication cache. * * @param this_: An uninitialized location in memory where publication cache will be constructed. @@ -5117,7 +5195,7 @@ z_result_t ze_declare_publication_cache(ze_owned_publication_cache_t *this_, struct ze_publication_cache_options_t *options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs and declares a querying subscriber for a given key expression. * * @param this_: An uninitialized memory location where querying subscriber will be constructed. @@ -5137,25 +5215,28 @@ z_result_t ze_declare_querying_subscriber(ze_owned_querying_subscriber_t *this_, struct ze_querying_subscriber_options_t *options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if publication cache is valid, ``false`` otherwise. */ #if defined(UNSTABLE) -ZENOHC_API bool ze_internal_publication_cache_check(const ze_owned_publication_cache_t *this_); +ZENOHC_API +bool ze_internal_publication_cache_check(const ze_owned_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs a publication cache in a gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void ze_internal_publication_cache_null(ze_owned_publication_cache_t *this_); +ZENOHC_API +void ze_internal_publication_cache_null(ze_owned_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns ``true`` if querying subscriber is valid, ``false`` otherwise. */ #if defined(UNSTABLE) -ZENOHC_API bool ze_internal_querying_subscriber_check(const ze_owned_querying_subscriber_t *this_); +ZENOHC_API +bool ze_internal_querying_subscriber_check(const ze_owned_querying_subscriber_t *this_); #endif /** * Constructs a querying subscriber in a gravestone state. @@ -5164,14 +5245,15 @@ ZENOHC_API bool ze_internal_querying_subscriber_check(const ze_owned_querying_su ZENOHC_API void ze_internal_querying_subscriber_null(ze_owned_querying_subscriber_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Drops publication cache and resets it to its gravestone state. */ #if defined(UNSTABLE) -ZENOHC_API void ze_publication_cache_drop(ze_moved_publication_cache_t *this_); +ZENOHC_API +void ze_publication_cache_drop(ze_moved_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Returns the key expression of the publication cache. */ #if defined(UNSTABLE) @@ -5179,7 +5261,7 @@ ZENOHC_API const struct z_loaned_keyexpr_t *ze_publication_cache_keyexpr(const ze_loaned_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows querying subscriber. */ #if defined(UNSTABLE) @@ -5187,21 +5269,23 @@ ZENOHC_API const ze_loaned_publication_cache_t *ze_publication_cache_loan(const ze_owned_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs the default value for `ze_publication_cache_options_t`. */ #if defined(UNSTABLE) -ZENOHC_API void ze_publication_cache_options_default(struct ze_publication_cache_options_t *this_); +ZENOHC_API +void ze_publication_cache_options_default(struct ze_publication_cache_options_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Drops querying subscriber. */ #if defined(UNSTABLE) -ZENOHC_API void ze_querying_subscriber_drop(ze_moved_querying_subscriber_t *this_); +ZENOHC_API +void ze_querying_subscriber_drop(ze_moved_querying_subscriber_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Make querying subscriber perform an additional query on a specified selector. * The queried samples will be merged with the received publications and made available in the subscriber callback. * @return 0 in case of success, negative error code otherwise. @@ -5213,7 +5297,7 @@ z_result_t ze_querying_subscriber_get(const ze_loaned_querying_subscriber_t *thi struct z_get_options_t *options); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Borrows querying subscriber. */ #if defined(UNSTABLE) @@ -5221,7 +5305,7 @@ ZENOHC_API const ze_loaned_querying_subscriber_t *ze_querying_subscriber_loan(const ze_owned_querying_subscriber_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Constructs the default value for `ze_querying_subscriber_options_t`. */ #if defined(UNSTABLE) @@ -5229,19 +5313,21 @@ ZENOHC_API void ze_querying_subscriber_options_default(struct ze_querying_subscriber_options_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Undeclares and drops publication cache. * @return 0 in case of success, negative error code otherwise. */ #if defined(UNSTABLE) -ZENOHC_API z_result_t ze_undeclare_publication_cache(ze_moved_publication_cache_t *this_); +ZENOHC_API +z_result_t ze_undeclare_publication_cache(ze_moved_publication_cache_t *this_); #endif /** - * @attention Unstable feature. + * @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. * @brief Undeclares the given querying subscriber, drops it and resets to a gravestone state. * * @return 0 in case of success, negative error code otherwise. */ #if defined(UNSTABLE) -ZENOHC_API z_result_t ze_undeclare_querying_subscriber(ze_moved_querying_subscriber_t *this_); +ZENOHC_API +z_result_t ze_undeclare_querying_subscriber(ze_moved_querying_subscriber_t *this_); #endif diff --git a/src/closures/matching_status_closure.rs b/src/closures/matching_status_closure.rs index 110b827dc..c21fc7959 100644 --- a/src/closures/matching_status_closure.rs +++ b/src/closures/matching_status_closure.rs @@ -19,7 +19,7 @@ use crate::{ transmute::{LoanedCTypeRef, OwnedCTypeRef, TakeRustType}, zc_matching_status_t, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A closure is a structure that contains all the elements for stateful, memory-leak-free callbacks: /// /// Closures are not guaranteed not to be called concurrently. @@ -38,14 +38,14 @@ pub struct zc_owned_closure_matching_status_t { drop: Option, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Loaned closure. #[repr(C)] pub struct zc_loaned_closure_matching_status_t { _0: [usize; 3], } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Moved closure. #[repr(C)] pub struct zc_moved_closure_matching_status_t { @@ -82,7 +82,7 @@ impl Drop for zc_owned_closure_matching_status_t { } } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs a null value of 'zc_owned_closure_matching_status_t' type #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -92,7 +92,7 @@ pub unsafe extern "C" fn zc_internal_closure_matching_status_null( (*this).write(zc_owned_closure_matching_status_t::default()); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if closure is valid, ``false`` if it is in gravestone state. #[no_mangle] pub extern "C" fn zc_internal_closure_matching_status_check( @@ -101,7 +101,7 @@ pub extern "C" fn zc_internal_closure_matching_status_check( !this.is_empty() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Calls the closure. Calling an uninitialized closure is a no-op. #[no_mangle] pub extern "C" fn zc_closure_matching_status_call( @@ -117,7 +117,7 @@ pub extern "C" fn zc_closure_matching_status_call( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Drops the closure, resetting it to its gravestone state. Droping an uninitialized closure is a no-op. #[no_mangle] pub extern "C" fn zc_closure_matching_status_drop( @@ -147,7 +147,7 @@ impl From for zc_owned_closure_matching_status_ } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows closure. #[no_mangle] pub extern "C" fn zc_closure_matching_status_loan( diff --git a/src/closures/zenohid_closure.rs b/src/closures/zenohid_closure.rs index 04e3a3cc2..062a912fe 100644 --- a/src/closures/zenohid_closure.rs +++ b/src/closures/zenohid_closure.rs @@ -20,7 +20,7 @@ use crate::{ transmute::{LoanedCTypeRef, OwnedCTypeRef, TakeRustType}, z_id_t, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A closure is a structure that contains all the elements for stateful, memory-leak-free callbacks: /// /// Closures are not guaranteed not to be called concurrently. @@ -39,14 +39,14 @@ pub struct z_owned_closure_zid_t { drop: Option, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Loaned closure. #[repr(C)] pub struct z_loaned_closure_zid_t { _0: [usize; 3], } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Moved closure. #[repr(C)] pub struct z_moved_closure_zid_t { @@ -84,7 +84,7 @@ impl Drop for z_owned_closure_zid_t { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if closure is valid, ``false`` if it is in gravestone state. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -92,7 +92,7 @@ pub unsafe extern "C" fn z_internal_closure_zid_check(this_: &z_owned_closure_zi !this_.is_empty() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs a null closure. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -102,7 +102,7 @@ pub unsafe extern "C" fn z_internal_closure_zid_null( this_.write(z_owned_closure_zid_t::default()); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Calls the closure. Calling an uninitialized closure is a no-op. #[no_mangle] pub extern "C" fn z_closure_zid_call(closure: &z_loaned_closure_zid_t, z_id: &z_id_t) { @@ -115,7 +115,7 @@ pub extern "C" fn z_closure_zid_call(closure: &z_loaned_closure_zid_t, z_id: &z_ } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Drops the closure, resetting it to its gravestone state. Droping an uninitialized (null) closure is a no-op. #[no_mangle] pub extern "C" fn z_closure_zid_drop(closure_: &mut z_moved_closure_zid_t) { @@ -140,7 +140,7 @@ impl From for z_owned_closure_zid_t { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows closure. #[no_mangle] pub extern "C" fn z_closure_zid_loan(closure: &z_owned_closure_zid_t) -> &z_loaned_closure_zid_t { diff --git a/src/commons.rs b/src/commons.rs index 5d855dd82..b63b649d9 100644 --- a/src/commons.rs +++ b/src/commons.rs @@ -93,7 +93,7 @@ pub extern "C" fn z_timestamp_ntp64_time(this_: &z_timestamp_t) -> u64 { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns id associated with this timestamp. #[no_mangle] pub extern "C" fn z_timestamp_id(this_: &z_timestamp_t) -> z_id_t { @@ -151,7 +151,7 @@ pub extern "C" fn z_sample_attachment(this_: &z_loaned_sample_t) -> *const z_loa } } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the sample source_info. #[no_mangle] pub extern "C" fn z_sample_source_info(this_: &z_loaned_sample_t) -> &z_loaned_source_info_t { @@ -190,8 +190,8 @@ pub extern "C" fn z_sample_congestion_control(this_: &z_loaned_sample_t) -> z_co } #[cfg(feature = "unstable")] -/// @attention Unstable feature. -/// @brief Returns the reliability setting the sample was delieverd with. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. +/// @brief Returns the reliability setting the sample was delivered with. #[no_mangle] pub extern "C" fn z_sample_reliability(this_: &z_loaned_sample_t) -> z_reliability_t { this_.as_rust_type_ref().reliability().into() @@ -261,14 +261,14 @@ impl From for Locality { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns default value of `zc_locality_t` #[no_mangle] pub extern "C" fn zc_locality_default() -> zc_locality_t { Locality::default().into() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief The publisher reliability. /// @note Currently `reliability` does not trigger any data retransmission on the wire. /// It is rather used as a marker on the wire and it may be used to select the best link available (e.g. TCP for reliable data and UDP for best effort data). @@ -295,7 +295,7 @@ impl From for z_reliability_t { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the default value for `reliability`. #[no_mangle] pub extern "C" fn z_reliability_default() -> z_reliability_t { @@ -314,7 +314,7 @@ impl From for Reliability { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Key expressions types to which Queryable should reply to. #[repr(C)] #[derive(Clone, Copy, Debug)] @@ -346,7 +346,7 @@ impl From for ReplyKeyExpr { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the default value of #zc_reply_keyexpr_t. #[no_mangle] pub extern "C" fn zc_reply_keyexpr_default() -> zc_reply_keyexpr_t { @@ -528,14 +528,14 @@ use crate::z_entity_global_id_t; decl_c_type!(copy(z_entity_global_id_t, EntityGlobalId)); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the zenoh id of entity global id. #[no_mangle] pub extern "C" fn z_entity_global_id_zid(this_: &z_entity_global_id_t) -> z_id_t { this_.as_rust_type_ref().zid().into_c_type() } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the entity id of the entity global id. #[no_mangle] pub extern "C" fn z_entity_global_id_eid(this_: &z_entity_global_id_t) -> u32 { @@ -550,7 +550,7 @@ decl_c_type!( ); #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates source info. #[no_mangle] pub extern "C" fn z_source_info_new( @@ -568,7 +568,7 @@ pub extern "C" fn z_source_info_new( } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the source_id of the source info. #[no_mangle] pub extern "C" fn z_source_info_id(this_: &z_loaned_source_info_t) -> z_entity_global_id_t { @@ -580,7 +580,7 @@ pub extern "C" fn z_source_info_id(this_: &z_loaned_source_info_t) -> z_entity_g } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the source_sn of the source info. #[no_mangle] pub extern "C" fn z_source_info_sn(this_: &z_loaned_source_info_t) -> u64 { @@ -588,7 +588,7 @@ pub extern "C" fn z_source_info_sn(this_: &z_loaned_source_info_t) -> u64 { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if source info is valid, ``false`` if it is in gravestone state. #[no_mangle] pub extern "C" fn z_internal_source_info_check(this_: &z_owned_source_info_t) -> bool { @@ -596,7 +596,7 @@ pub extern "C" fn z_internal_source_info_check(this_: &z_owned_source_info_t) -> } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows source info. #[no_mangle] pub extern "C" fn z_source_info_loan(this_: &z_owned_source_info_t) -> &z_loaned_source_info_t { @@ -604,7 +604,7 @@ pub extern "C" fn z_source_info_loan(this_: &z_owned_source_info_t) -> &z_loaned } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Frees the memory and invalidates the source info, resetting it to a gravestone state. #[no_mangle] pub extern "C" fn z_source_info_drop(this_: &mut z_moved_source_info_t) { @@ -612,7 +612,7 @@ pub extern "C" fn z_source_info_drop(this_: &mut z_moved_source_info_t) { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs source info in its gravestone state. #[no_mangle] pub extern "C" fn z_internal_source_info_null(this_: &mut MaybeUninit) { diff --git a/src/get.rs b/src/get.rs index 4322d0d3f..788a57028 100644 --- a/src/get.rs +++ b/src/get.rs @@ -150,7 +150,7 @@ pub unsafe extern "C" fn z_reply_err(this_: &z_loaned_reply_t) -> *const z_loane } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Gets the id of the zenoh instance that answered this Reply. /// @return `true` if id is present. #[no_mangle] @@ -196,19 +196,19 @@ pub struct z_get_options_t { /// If true, Zenoh will not wait to batch this message with others to reduce the bandwith. pub is_express: bool, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The allowed destination for the query. pub allowed_destination: zc_locality_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The accepted replies for the query. pub accept_replies: zc_reply_keyexpr_t, /// The priority of the query. pub priority: z_priority_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The source info for the query. pub source_info: Option<&'static mut z_moved_source_info_t>, diff --git a/src/info.rs b/src/info.rs index 0636d12c4..86ae8b478 100644 --- a/src/info.rs +++ b/src/info.rs @@ -30,7 +30,7 @@ impl From<[u8; 16]> for z_id_t { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Formats the `z_id_t` into 16-digit hex string (LSB-first order) #[no_mangle] pub extern "C" fn z_id_to_string(zid: &z_id_t, dst: &mut MaybeUninit) { @@ -38,7 +38,7 @@ pub extern "C" fn z_id_to_string(zid: &z_id_t, dst: &mut MaybeUninit z_id_t { session.info().zid().wait().into_c_type() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Fetches the Zenoh IDs of all connected peers. /// /// `callback` will be called once for each ID, is guaranteed to never be called concurrently, @@ -72,7 +72,7 @@ pub unsafe extern "C" fn z_info_peers_zid( result::Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Fetches the Zenoh IDs of all connected routers. /// /// `callback` will be called once for each ID, is guaranteed to never be called concurrently, diff --git a/src/keyexpr.rs b/src/keyexpr.rs index 8e372a940..fb747909c 100644 --- a/src/keyexpr.rs +++ b/src/keyexpr.rs @@ -607,7 +607,7 @@ pub extern "C" fn z_keyexpr_join( } } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Intersection level of 2 key expressions. #[derive(Clone, Copy, Debug, PartialEq, Eq)] #[repr(C)] @@ -634,7 +634,7 @@ impl From for z_keyexpr_intersection_level_t { } #[cfg(feature = "unstable")] #[no_mangle] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the relation between `left` and `right` from `left`'s point of view. /// /// @note This is slower than `z_keyexpr_intersects` and `keyexpr_includes`, so you should favor these methods for most applications. diff --git a/src/liveliness.rs b/src/liveliness.rs index a040d3ca9..f03afdaa6 100644 --- a/src/liveliness.rs +++ b/src/liveliness.rs @@ -32,7 +32,7 @@ decl_c_type!( loaned(zc_loaned_liveliness_token_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs liveliness token in its gravestone state. #[no_mangle] pub extern "C" fn zc_internal_liveliness_token_null( @@ -41,28 +41,28 @@ pub extern "C" fn zc_internal_liveliness_token_null( this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if liveliness token is valid, ``false`` otherwise. #[no_mangle] pub extern "C" fn zc_internal_liveliness_token_check(this_: &zc_owned_liveliness_token_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Undeclares liveliness token, frees memory and resets it to a gravestone state. #[no_mangle] pub extern "C" fn zc_liveliness_token_drop(this_: &mut zc_moved_liveliness_token_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief The options for `zc_liveliness_declare_token()`. #[repr(C)] pub struct zc_liveliness_declaration_options_t { _dummy: u8, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs default value for `zc_liveliness_declaration_options_t`. #[no_mangle] pub extern "C" fn zc_liveliness_declaration_options_default( @@ -71,7 +71,7 @@ pub extern "C" fn zc_liveliness_declaration_options_default( this.write(zc_liveliness_declaration_options_t { _dummy: 0 }); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows token. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -84,7 +84,7 @@ pub unsafe extern "C" fn zc_liveliness_token_loan( .as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs and declares a liveliness token on the network. /// /// Liveliness token subscribers on an intersecting key expression will receive a PUT sample when connectivity @@ -117,7 +117,7 @@ pub extern "C" fn zc_liveliness_declare_token( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Destroys a liveliness token, notifying subscribers of its destruction. #[no_mangle] pub extern "C" fn zc_liveliness_undeclare_token( @@ -132,14 +132,14 @@ pub extern "C" fn zc_liveliness_undeclare_token( result::Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief The options for `zc_liveliness_declare_subscriber()` #[repr(C)] pub struct zc_liveliness_subscriber_options_t { history: bool, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constucts default value for `zc_liveliness_declare_subscriber_options_t`. #[no_mangle] pub extern "C" fn zc_liveliness_subscriber_options_default( @@ -148,7 +148,7 @@ pub extern "C" fn zc_liveliness_subscriber_options_default( this.write(zc_liveliness_subscriber_options_t { history: false }); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Declares a subscriber on liveliness tokens that intersect `key_expr`. /// /// @param this_: An uninitialized memory location where subscriber will be constructed. @@ -192,14 +192,14 @@ pub extern "C" fn zc_liveliness_declare_subscriber( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief The options for `zc_liveliness_get()` #[repr(C)] pub struct zc_liveliness_get_options_t { timeout_ms: u32, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs default value `zc_liveliness_get_options_t`. #[no_mangle] pub extern "C" fn zc_liveliness_get_options_default( @@ -208,7 +208,7 @@ pub extern "C" fn zc_liveliness_get_options_default( this.write(zc_liveliness_get_options_t { timeout_ms: 10000 }); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Queries liveliness tokens currently on the network with a key expression intersecting with `key_expr`. /// /// @param session: The Zenoh session. diff --git a/src/payload.rs b/src/payload.rs index a1bf5e867..bbd4b254a 100644 --- a/src/payload.rs +++ b/src/payload.rs @@ -152,7 +152,7 @@ pub unsafe extern "C" fn z_bytes_deserialize_into_slice( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deserializes data into an owned SHM buffer by copying it's shared reference. /// /// @param this_: Data to deserialize. @@ -180,7 +180,7 @@ pub unsafe extern "C" fn z_bytes_deserialize_into_owned_shm( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deserializes data into a loaned SHM buffer. /// /// @param this_: Data to deserialize. @@ -207,7 +207,7 @@ pub unsafe extern "C" fn z_bytes_deserialize_into_loaned_shm( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deserializes data into a mutably loaned SHM buffer. /// /// @param this_: Data to deserialize. @@ -813,7 +813,7 @@ pub extern "C" fn z_bytes_iterator_next( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Serializes from an immutable SHM buffer consuming it. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -830,7 +830,7 @@ pub unsafe extern "C" fn z_bytes_serialize_from_shm( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Serializes from a mutable SHM buffer consuming it. #[no_mangle] #[allow(clippy::missing_safety_doc)] diff --git a/src/publication_cache.rs b/src/publication_cache.rs index 384ed0fcb..d63dcaf51 100644 --- a/src/publication_cache.rs +++ b/src/publication_cache.rs @@ -25,7 +25,7 @@ use crate::{ #[cfg(feature = "unstable")] use crate::{zc_locality_default, zc_locality_t}; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Options passed to the `ze_declare_publication_cache()` function. #[repr(C)] pub struct ze_publication_cache_options_t { @@ -42,7 +42,7 @@ pub struct ze_publication_cache_options_t { pub resources_limit: usize, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs the default value for `ze_publication_cache_options_t`. #[no_mangle] pub extern "C" fn ze_publication_cache_options_default( @@ -69,7 +69,7 @@ decl_c_type!( loaned(ze_loaned_publication_cache_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs and declares a publication cache. /// /// @param this_: An uninitialized location in memory where publication cache will be constructed. @@ -118,7 +118,7 @@ pub extern "C" fn ze_declare_publication_cache( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs a publication cache in a gravestone state. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -128,7 +128,7 @@ pub extern "C" fn ze_internal_publication_cache_null( this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if publication cache is valid, ``false`` otherwise. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -138,7 +138,7 @@ pub extern "C" fn ze_internal_publication_cache_check( this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Undeclares and drops publication cache. /// @return 0 in case of success, negative error code otherwise. #[no_mangle] @@ -155,7 +155,7 @@ pub extern "C" fn ze_undeclare_publication_cache( result::Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Drops publication cache and resets it to its gravestone state. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -163,7 +163,7 @@ pub extern "C" fn ze_publication_cache_drop(this: &mut ze_moved_publication_cach std::mem::drop(this.take_rust_type()) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the key expression of the publication cache. #[no_mangle] pub extern "C" fn ze_publication_cache_keyexpr( @@ -172,7 +172,7 @@ pub extern "C" fn ze_publication_cache_keyexpr( this_.as_rust_type_ref().key_expr().as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows querying subscriber. #[no_mangle] #[allow(clippy::missing_safety_doc)] diff --git a/src/publisher.rs b/src/publisher.rs index 5dcd3ab78..424e043ba 100644 --- a/src/publisher.rs +++ b/src/publisher.rs @@ -51,12 +51,12 @@ pub struct z_publisher_options_t { /// If true, Zenoh will not wait to batch this message with others to reduce the bandwith. pub is_express: bool, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The publisher reliability. pub reliability: z_reliability_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The allowed destination for this publisher. pub allowed_destination: zc_locality_t, @@ -179,7 +179,7 @@ pub struct z_publisher_put_options_t { /// The timestamp of the publication. pub timestamp: Option<&'static z_timestamp_t>, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The source info for the publication. pub source_info: Option<&'static mut z_moved_source_info_t>, @@ -287,7 +287,7 @@ pub extern "C" fn z_publisher_delete( } } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the ID of the publisher. #[no_mangle] pub extern "C" fn z_publisher_id(publisher: &z_loaned_publisher_t) -> z_entity_global_id_t { @@ -312,7 +312,7 @@ decl_c_type!( #[no_mangle] #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs an empty matching listener. pub extern "C" fn zc_internal_matching_listener_null( this_: &mut MaybeUninit, @@ -322,7 +322,7 @@ pub extern "C" fn zc_internal_matching_listener_null( #[no_mangle] #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Checks the matching listener is for the gravestone state pub extern "C" fn zc_internal_matching_listener_check( this_: &zc_owned_matching_listener_t, @@ -331,7 +331,7 @@ pub extern "C" fn zc_internal_matching_listener_check( } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A struct that indicates if there exist Subscribers matching the Publisher's key expression. #[repr(C)] #[derive(Debug, Clone, Copy)] @@ -341,7 +341,7 @@ pub struct zc_matching_status_t { } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs matching listener, registering a callback for notifying subscribers matching with a given publisher. /// /// @param this_: An unitilized memory location where matching listener will be constructed. The matching listener will be automatically dropped when publisher is dropped. @@ -381,7 +381,7 @@ pub extern "C" fn zc_publisher_matching_listener_declare( } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Undeclares the given matching listener, droping and invalidating it. /// /// @return 0 in case of success, negative error code otherwise. @@ -400,7 +400,7 @@ pub extern "C" fn zc_publisher_matching_listener_undeclare( } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Undeclares the given matching listener, droping and invalidating it. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -409,7 +409,7 @@ pub extern "C" fn zc_publisher_matching_listener_drop(this: &mut zc_moved_matchi } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Gets publisher matching status - i.e. if there are any subscribers matching its key expression. /// /// @return 0 in case of success, negative error code otherwise (in this case matching_status is not updated). diff --git a/src/put.rs b/src/put.rs index 93bd4d65a..1412e56e0 100644 --- a/src/put.rs +++ b/src/put.rs @@ -42,17 +42,17 @@ pub struct z_put_options_t { /// The timestamp of this message. pub timestamp: Option<&'static mut z_timestamp_t>, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The put operation reliability. reliability: z_reliability_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The allowed destination of this message. pub allowed_destination: zc_locality_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The source info for the message. pub source_info: Option<&'static mut z_moved_source_info_t>, @@ -146,12 +146,12 @@ pub struct z_delete_options_t { /// The timestamp of this message. pub timestamp: Option<&'static mut z_timestamp_t>, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The delete operation reliability. pub reliability: z_reliability_t, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The allowed destination of this message. pub allowed_destination: zc_locality_t, diff --git a/src/queryable.rs b/src/queryable.rs index e8c4f2aa8..b55b39170 100644 --- a/src/queryable.rs +++ b/src/queryable.rs @@ -126,7 +126,7 @@ pub struct z_query_reply_options_t { /// The timestamp of the reply. pub timestamp: Option<&'static mut z_timestamp_t>, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The source info for the reply. pub source_info: Option<&'static mut z_moved_source_info_t>, @@ -182,7 +182,7 @@ pub struct z_query_reply_del_options_t { /// The timestamp of the reply. pub timestamp: Option<&'static mut z_timestamp_t>, #[cfg(feature = "unstable")] - /// @attention Unstable feature. + /// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// /// The source info for the reply. pub source_info: Option<&'static mut z_moved_source_info_t>, @@ -283,7 +283,7 @@ pub extern "C" fn z_internal_queryable_check(this_: &z_owned_queryable_t) -> boo } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns the ID of the queryable. #[no_mangle] pub extern "C" fn z_queryable_id(queryable: &z_loaned_queryable_t) -> z_entity_global_id_t { diff --git a/src/querying_subscriber.rs b/src/querying_subscriber.rs index 4b596d840..1e86cf8e8 100644 --- a/src/querying_subscriber.rs +++ b/src/querying_subscriber.rs @@ -47,7 +47,7 @@ pub extern "C" fn ze_internal_querying_subscriber_null( this.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A set of options that can be applied to a querying subscriber, /// upon its declaration via `ze_declare_querying_subscriber()`. /// @@ -72,7 +72,7 @@ pub struct ze_querying_subscriber_options_t { query_timeout_ms: u64, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs the default value for `ze_querying_subscriber_options_t`. #[no_mangle] pub extern "C" fn ze_querying_subscriber_options_default( @@ -91,7 +91,7 @@ pub extern "C" fn ze_querying_subscriber_options_default( }); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs and declares a querying subscriber for a given key expression. /// /// @param this_: An uninitialized memory location where querying subscriber will be constructed. @@ -152,7 +152,7 @@ pub unsafe extern "C" fn ze_declare_querying_subscriber( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Make querying subscriber perform an additional query on a specified selector. /// The queried samples will be merged with the received publications and made available in the subscriber callback. /// @return 0 in case of success, negative error code otherwise. @@ -217,7 +217,7 @@ pub unsafe extern "C" fn ze_querying_subscriber_get( result::Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Undeclares the given querying subscriber, drops it and resets to a gravestone state. /// /// @return 0 in case of success, negative error code otherwise. @@ -234,14 +234,14 @@ pub extern "C" fn ze_undeclare_querying_subscriber( result::Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Drops querying subscriber. #[no_mangle] pub extern "C" fn ze_querying_subscriber_drop(this_: &mut ze_moved_querying_subscriber_t) { std::mem::drop(this_.take_rust_type()) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if querying subscriber is valid, ``false`` otherwise. #[no_mangle] pub extern "C" fn ze_internal_querying_subscriber_check( @@ -250,7 +250,7 @@ pub extern "C" fn ze_internal_querying_subscriber_check( this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows querying subscriber. #[no_mangle] #[allow(clippy::missing_safety_doc)] diff --git a/src/scouting.rs b/src/scouting.rs index 4d199c065..9b54ba593 100644 --- a/src/scouting.rs +++ b/src/scouting.rs @@ -64,7 +64,7 @@ pub extern "C" fn z_internal_hello_null(this_: &mut MaybeUninit } #[cfg(feature = "unstable")] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns id of Zenoh entity that transmitted hello message. #[no_mangle] pub extern "C" fn z_hello_zid(this_: &z_loaned_hello_t) -> z_id_t { diff --git a/src/session.rs b/src/session.rs index 5307f676e..007343bed 100644 --- a/src/session.rs +++ b/src/session.rs @@ -79,7 +79,7 @@ pub extern "C" fn z_open( } #[cfg(all(feature = "shared-memory", feature = "unstable"))] -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs and opens a new Zenoh session with specified client storage. /// /// @return 0 in case of success, negative error code otherwise (in this case the session will be in its gravestone state). diff --git a/src/shm/buffer/zshm.rs b/src/shm/buffer/zshm.rs index 9be89a5fa..27630c497 100644 --- a/src/shm/buffer/zshm.rs +++ b/src/shm/buffer/zshm.rs @@ -29,7 +29,7 @@ decl_c_type!( loaned(z_loaned_shm_t, zshm), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs ZShm slice from ZShmMut slice. #[no_mangle] pub extern "C" fn z_shm_from_mut( @@ -40,21 +40,21 @@ pub extern "C" fn z_shm_from_mut( this_.as_rust_type_mut_uninit().write(shm); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs ZShm slice in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_shm_null(this_: &mut MaybeUninit) { this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_shm_check(this_: &z_owned_shm_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Converts borrowed ZShm slice to owned ZShm slice by performing a shallow SHM reference copy. #[no_mangle] pub extern "C" fn z_shm_clone(out: &mut MaybeUninit, this_: &z_loaned_shm_t) { @@ -63,7 +63,7 @@ pub extern "C" fn z_shm_clone(out: &mut MaybeUninit, this_: &z_lo out.as_rust_type_mut_uninit().write(Some(copy)); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows ZShm slice. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -88,7 +88,7 @@ pub unsafe extern "C" fn z_shm_loan_mut(this_: &mut z_owned_shm_t) -> &mut z_loa this.as_loaned_c_type_mut() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Mutably borrows ZShm slice as borrowed ZShmMut slice. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -105,14 +105,14 @@ pub unsafe extern "C" fn z_shm_try_mut(this_: &mut z_owned_shm_t) -> *mut z_loan } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes ZShm slice. #[no_mangle] pub extern "C" fn z_shm_drop(this_: &mut z_moved_shm_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Tries to reborrow mutably-borrowed ZShm slice as borrowed ZShmMut slice. #[no_mangle] pub extern "C" fn z_shm_try_reloan_mut(this_: &mut z_loaned_shm_t) -> *mut z_loaned_shm_mut_t { @@ -126,14 +126,14 @@ pub extern "C" fn z_shm_try_reloan_mut(this_: &mut z_loaned_shm_t) -> *mut z_loa } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return the length of the ZShm slice. #[no_mangle] pub extern "C" fn z_shm_len(this_: &z_loaned_shm_t) -> usize { this_.as_rust_type_ref().len() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return the pointer of the ZShm slice. #[no_mangle] pub extern "C" fn z_shm_data(this_: &z_loaned_shm_t) -> *const libc::c_uchar { diff --git a/src/shm/buffer/zshmmut.rs b/src/shm/buffer/zshmmut.rs index 28603ffc1..34d327364 100644 --- a/src/shm/buffer/zshmmut.rs +++ b/src/shm/buffer/zshmmut.rs @@ -30,14 +30,14 @@ decl_c_type!( loaned(z_loaned_shm_mut_t, zshmmut), ); -/// @attention Unstable feature. -/// Tries to obtain mutable SHM buffer instead of immutable one +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. +/// @brief Tries to obtain mutable SHM buffer instead of immutable one. /// @param this: mutable SHM buffer to be initialized upon success /// @param that: immutable SHM buffer /// @param immut: immutable SHM buffer returned back to caller's side /// ONLY in case of Z_EUNAVAILABLE failure /// @return Z_OK in case of success, Z_EUNAVAILABLE in case of unsuccessful write access, -/// Z_EINVAL if moved value is incorrect +/// Z_EINVAL if moved value is incorrect. #[no_mangle] pub extern "C" fn z_shm_mut_try_from_immut( this: &mut MaybeUninit, @@ -59,21 +59,21 @@ pub extern "C" fn z_shm_mut_try_from_immut( result::Z_EINVAL } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs ZShmMut slice in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_shm_mut_null(this_: &mut MaybeUninit) { this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_shm_mut_check(this_: &z_owned_shm_mut_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows ZShmMut slice. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -86,7 +86,7 @@ pub unsafe extern "C" fn z_shm_mut_loan(this_: &z_owned_shm_mut_t) -> &z_loaned_ shmmut.as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Mutably borrows ZShmMut slice. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -101,21 +101,21 @@ pub unsafe extern "C" fn z_shm_mut_loan_mut( shmmut.as_loaned_c_type_mut() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes ZShmMut slice. #[no_mangle] pub extern "C" fn z_shm_mut_drop(this_: &mut z_moved_shm_mut_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return the length of the ZShmMut slice. #[no_mangle] pub extern "C" fn z_shm_mut_len(this_: &z_loaned_shm_mut_t) -> usize { this_.as_rust_type_ref().len() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return the immutable pointer to the underlying data. #[no_mangle] pub extern "C" fn z_shm_mut_data(this_: &z_loaned_shm_mut_t) -> *const libc::c_uchar { @@ -123,7 +123,7 @@ pub extern "C" fn z_shm_mut_data(this_: &z_loaned_shm_mut_t) -> *const libc::c_u s.as_ref().as_ptr() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return the mutable pointer to the underlying data. #[no_mangle] pub extern "C" fn z_shm_mut_data_mut(this_: &mut z_loaned_shm_mut_t) -> *mut libc::c_uchar { diff --git a/src/shm/client/shm_client.rs b/src/shm/client/shm_client.rs index 4a77c1f40..0e0aa1ede 100644 --- a/src/shm/client/shm_client.rs +++ b/src/shm/client/shm_client.rs @@ -28,7 +28,7 @@ use crate::{ transmute::{RustTypeRef, RustTypeRefUninit, TakeRustType}, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Callback for ShmClient. #[derive(Debug)] #[repr(C)] @@ -68,7 +68,7 @@ impl ShmClient for DynamicShmClient { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new SHM Client. #[no_mangle] pub extern "C" fn z_shm_client_new( @@ -80,21 +80,21 @@ pub extern "C" fn z_shm_client_new( this.as_rust_type_mut_uninit().write(Some(client)); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs SHM client in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_shm_client_null(this_: &mut MaybeUninit) { this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return Returns ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_shm_client_check(this_: &z_owned_shm_client_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes SHM Client. #[no_mangle] pub extern "C" fn z_shm_client_drop(this_: &mut z_moved_shm_client_t) { diff --git a/src/shm/client/shm_segment.rs b/src/shm/client/shm_segment.rs index 8d1724a0c..4740bd21e 100644 --- a/src/shm/client/shm_segment.rs +++ b/src/shm/client/shm_segment.rs @@ -26,7 +26,7 @@ use crate::{ shm::common::types::z_chunk_id_t, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Callbacks for ShmSegment. #[derive(Debug)] #[repr(C)] @@ -34,7 +34,7 @@ pub struct zc_shm_segment_callbacks_t { map_fn: unsafe extern "C" fn(chunk_id: z_chunk_id_t, context: *mut c_void) -> *mut u8, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An ShmSegment. #[derive(Debug)] #[repr(C)] diff --git a/src/shm/client_storage/mod.rs b/src/shm/client_storage/mod.rs index e93204f71..bf9584854 100644 --- a/src/shm/client_storage/mod.rs +++ b/src/shm/client_storage/mod.rs @@ -30,7 +30,7 @@ decl_c_type!( loaned(zc_loaned_shm_client_list_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new empty list of SHM Clients. #[no_mangle] pub extern "C" fn zc_shm_client_list_new(this_: &mut MaybeUninit) { @@ -38,7 +38,7 @@ pub extern "C" fn zc_shm_client_list_new(this_: &mut MaybeUninit bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes list of SHM Clients. #[no_mangle] pub extern "C" fn zc_shm_client_list_drop(this_: &mut zc_moved_shm_client_list_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows list of SHM Clients. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -74,7 +74,7 @@ pub unsafe extern "C" fn zc_shm_client_list_loan( .as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Mutably borrows list of SHM Clients. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -87,7 +87,7 @@ pub unsafe extern "C" fn zc_shm_client_list_loan_mut( .as_loaned_c_type_mut() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn zc_shm_client_list_add_client( this: &mut zc_loaned_shm_client_list_t, @@ -106,7 +106,7 @@ decl_c_type!( loaned(z_loaned_shm_client_storage_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_ref_shm_client_storage_global( this: &mut MaybeUninit, @@ -115,7 +115,7 @@ pub extern "C" fn z_ref_shm_client_storage_global( .write(Some(Arc::clone(&GLOBAL_CLIENT_STORAGE.read()))); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_client_storage_new_default( this: &mut MaybeUninit, @@ -127,7 +127,7 @@ pub extern "C" fn z_shm_client_storage_new_default( ))); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_client_storage_new( this: &mut MaybeUninit, @@ -150,7 +150,7 @@ pub extern "C" fn z_shm_client_storage_new( Z_OK } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Performs a shallow copy of SHM Client Storage. #[no_mangle] pub extern "C" fn z_shm_client_storage_clone( @@ -161,7 +161,7 @@ pub extern "C" fn z_shm_client_storage_clone( .write(Some(from.as_rust_type_ref().clone())); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// Constructs SHM Client Storage in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_shm_client_storage_null( @@ -170,7 +170,7 @@ pub extern "C" fn z_internal_shm_client_storage_null( this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_shm_client_storage_check( @@ -179,14 +179,14 @@ pub extern "C" fn z_internal_shm_client_storage_check( this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Derefs SHM Client Storage. #[no_mangle] pub extern "C" fn z_shm_client_storage_drop(this_: &mut z_moved_shm_client_storage_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows SHM Client Storage. #[no_mangle] #[allow(clippy::missing_safety_doc)] diff --git a/src/shm/common/types.rs b/src/shm/common/types.rs index 86658543c..4b5573480 100644 --- a/src/shm/common/types.rs +++ b/src/shm/common/types.rs @@ -12,19 +12,19 @@ // ZettaScale Zenoh Team, // -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Unique protocol identifier. /// Here is a contract: it is up to user to make sure that incompatible ShmClient /// and ShmProviderBackend implementations will never use the same ProtocolID. #[allow(non_camel_case_types)] pub type z_protocol_id_t = u32; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Unique segment identifier. #[allow(non_camel_case_types)] pub type z_segment_id_t = u32; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Chunk id within it's segment. #[allow(non_camel_case_types)] pub type z_chunk_id_t = u32; diff --git a/src/shm/protocol_implementations/posix/posix_shm_client.rs b/src/shm/protocol_implementations/posix/posix_shm_client.rs index e36736645..b9eae945b 100644 --- a/src/shm/protocol_implementations/posix/posix_shm_client.rs +++ b/src/shm/protocol_implementations/posix/posix_shm_client.rs @@ -18,7 +18,7 @@ use zenoh::shm::{PosixShmClient, ShmClient}; use crate::{transmute::RustTypeRefUninit, z_owned_shm_client_t}; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new POSIX SHM Client. #[no_mangle] pub extern "C" fn z_posix_shm_client_new(this_: &mut MaybeUninit) { diff --git a/src/shm/protocol_implementations/posix/posix_shm_provider.rs b/src/shm/protocol_implementations/posix/posix_shm_provider.rs index 291ce0c19..f829dce30 100644 --- a/src/shm/protocol_implementations/posix/posix_shm_provider.rs +++ b/src/shm/protocol_implementations/posix/posix_shm_provider.rs @@ -32,7 +32,7 @@ pub type PosixShmProvider = pub type PosixAllocLayout = AllocLayout<'static, StaticProtocolID, PosixShmProviderBackend>; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new POSIX SHM Provider. #[no_mangle] pub extern "C" fn z_posix_shm_provider_new( diff --git a/src/shm/protocol_implementations/posix/protocol_id.rs b/src/shm/protocol_implementations/posix/protocol_id.rs index 3d2fbc29f..babbc89f5 100644 --- a/src/shm/protocol_implementations/posix/protocol_id.rs +++ b/src/shm/protocol_implementations/posix/protocol_id.rs @@ -15,7 +15,7 @@ use libc::c_uint; use zenoh::shm::POSIX_PROTOCOL_ID; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief fProtocol identifier for POSIX SHM Protocol. #[no_mangle] pub static Z_SHM_POSIX_PROTOCOL_ID: c_uint = POSIX_PROTOCOL_ID as c_uint; diff --git a/src/shm/provider/alloc_layout.rs b/src/shm/provider/alloc_layout.rs index 7e2c62c9d..e141d7776 100644 --- a/src/shm/provider/alloc_layout.rs +++ b/src/shm/provider/alloc_layout.rs @@ -50,7 +50,7 @@ decl_c_type!( loaned(z_loaned_alloc_layout_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new Alloc Layout for SHM Provider. #[no_mangle] pub extern "C" fn z_alloc_layout_new( diff --git a/src/shm/provider/chunk.rs b/src/shm/provider/chunk.rs index bf1d1c94c..e28b6a13b 100644 --- a/src/shm/provider/chunk.rs +++ b/src/shm/provider/chunk.rs @@ -18,7 +18,7 @@ use zenoh::shm::{AllocatedChunk, ChunkDescriptor}; use crate::shm::common::types::{z_chunk_id_t, z_segment_id_t}; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A ChunkDescriptor. #[repr(C)] pub struct z_chunk_descriptor_t { @@ -44,7 +44,7 @@ impl From<&ChunkDescriptor> for z_chunk_descriptor_t { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An AllocatedChunk. #[repr(C)] pub struct z_allocated_chunk_t { diff --git a/src/shm/provider/shm_provider.rs b/src/shm/provider/shm_provider.rs index 63c06a26c..0766a7929 100644 --- a/src/shm/provider/shm_provider.rs +++ b/src/shm/provider/shm_provider.rs @@ -54,7 +54,7 @@ decl_c_type!( loaned(z_loaned_shm_provider_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new SHM Provider. #[no_mangle] pub extern "C" fn z_shm_provider_new( @@ -73,7 +73,7 @@ pub extern "C" fn z_shm_provider_new( .write(Some(CSHMProvider::Dynamic(provider))); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new threadsafe SHM Provider. #[no_mangle] pub extern "C" fn z_shm_provider_threadsafe_new( @@ -92,21 +92,21 @@ pub extern "C" fn z_shm_provider_threadsafe_new( .write(Some(CSHMProvider::DynamicThreadsafe(provider))); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs SHM Provider in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_shm_provider_null(this_: &mut MaybeUninit) { this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_shm_provider_check(this_: &z_owned_shm_provider_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows SHM Provider. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -119,14 +119,14 @@ pub unsafe extern "C" fn z_shm_provider_loan( .as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes SHM Provider. #[no_mangle] pub extern "C" fn z_shm_provider_drop(this_: &mut z_moved_shm_provider_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc( out_result: &mut MaybeUninit, @@ -137,7 +137,7 @@ pub extern "C" fn z_shm_provider_alloc( alloc::(out_result, provider, size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc_gc( out_result: &mut MaybeUninit, @@ -148,7 +148,7 @@ pub extern "C" fn z_shm_provider_alloc_gc( alloc::(out_result, provider, size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc_gc_defrag( out_result: &mut MaybeUninit, @@ -159,7 +159,7 @@ pub extern "C" fn z_shm_provider_alloc_gc_defrag( alloc::>(out_result, provider, size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc_gc_defrag_dealloc( out_result: &mut MaybeUninit, @@ -170,7 +170,7 @@ pub extern "C" fn z_shm_provider_alloc_gc_defrag_dealloc( alloc::>>(out_result, provider, size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc_gc_defrag_blocking( out_result: &mut MaybeUninit, @@ -181,7 +181,7 @@ pub extern "C" fn z_shm_provider_alloc_gc_defrag_blocking( alloc::>>(out_result, provider, size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_alloc_gc_defrag_async( out_result: &'static mut MaybeUninit, @@ -204,25 +204,25 @@ pub extern "C" fn z_shm_provider_alloc_gc_defrag_async( ) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_defragment(provider: &z_loaned_shm_provider_t) -> usize { defragment(provider) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_garbage_collect(provider: &z_loaned_shm_provider_t) -> usize { garbage_collect(provider) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_available(provider: &z_loaned_shm_provider_t) -> usize { available(provider) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. #[no_mangle] pub extern "C" fn z_shm_provider_map( out_result: &mut MaybeUninit, diff --git a/src/shm/provider/shm_provider_backend.rs b/src/shm/provider/shm_provider_backend.rs index e636f1584..21eda93b1 100644 --- a/src/shm/provider/shm_provider_backend.rs +++ b/src/shm/provider/shm_provider_backend.rs @@ -26,7 +26,7 @@ use crate::{ z_loaned_memory_layout_t, z_owned_chunk_alloc_result_t, z_owned_memory_layout_t, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Callbacks for ShmProviderBackend. #[derive(Debug)] #[repr(C)] diff --git a/src/shm/provider/types.rs b/src/shm/provider/types.rs index f766f650f..59a1b2ec2 100644 --- a/src/shm/provider/types.rs +++ b/src/shm/provider/types.rs @@ -32,7 +32,7 @@ use crate::{ z_owned_shm_mut_t, }; -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Allocation errors #[repr(C)] #[derive(Clone, Copy)] @@ -67,7 +67,7 @@ impl From for ZAllocError { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Layouting errors #[repr(C)] #[derive(Clone, Copy)] @@ -102,7 +102,7 @@ impl From for ZLayoutError { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief An AllocAlignment. #[repr(C)] #[derive(Clone, Copy)] @@ -117,7 +117,7 @@ decl_c_type_inequal!( loaned(z_loaned_memory_layout_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new Memory Layout. #[no_mangle] pub extern "C" fn z_memory_layout_new( @@ -145,21 +145,21 @@ fn create_memory_layout( MemoryLayout::new(size, alignment) } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs Memory Layout in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_memory_layout_null(this_: &mut MaybeUninit) { this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Returns ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_memory_layout_check(this_: &z_owned_memory_layout_t) -> bool { this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows Memory Layout. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -172,14 +172,14 @@ pub unsafe extern "C" fn z_memory_layout_loan( .as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes Memory Layout. #[no_mangle] pub extern "C" fn z_memory_layout_drop(this_: &mut z_moved_memory_layout_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Extract data from Memory Layout. #[no_mangle] pub extern "C" fn z_memory_layout_get_data( @@ -197,7 +197,7 @@ decl_c_type!( loaned(z_loaned_chunk_alloc_result_t), ); -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new Chunk Alloc Result with Ok value. #[no_mangle] pub extern "C" fn z_chunk_alloc_result_new_ok( @@ -213,7 +213,7 @@ pub extern "C" fn z_chunk_alloc_result_new_ok( } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Creates a new Chunk Alloc Result with Error value. #[no_mangle] pub extern "C" fn z_chunk_alloc_result_new_error( @@ -224,7 +224,7 @@ pub extern "C" fn z_chunk_alloc_result_new_error( .write(Some(Err(alloc_error.into()))); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Constructs Chunk Alloc Result in its gravestone value. #[no_mangle] pub extern "C" fn z_internal_chunk_alloc_result_null( @@ -233,7 +233,7 @@ pub extern "C" fn z_internal_chunk_alloc_result_null( this_.as_rust_type_mut_uninit().write(None); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @return ``true`` if `this` is valid. #[no_mangle] pub extern "C" fn z_internal_chunk_alloc_result_check( @@ -242,7 +242,7 @@ pub extern "C" fn z_internal_chunk_alloc_result_check( this_.as_rust_type_ref().is_some() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Borrows Chunk Alloc Result. #[no_mangle] #[allow(clippy::missing_safety_doc)] @@ -255,14 +255,14 @@ pub unsafe extern "C" fn z_chunk_alloc_result_loan( .as_loaned_c_type_ref() } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Deletes Chunk Alloc Result. #[no_mangle] pub extern "C" fn z_chunk_alloc_result_drop(this_: &mut z_moved_chunk_alloc_result_t) { let _ = this_.take_rust_type(); } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Status of SHM buffer allocation operation. #[repr(C)] #[derive(Clone, Copy, Debug)] @@ -273,7 +273,7 @@ pub enum zc_buf_alloc_status_t { ALLOC_ERROR = 1, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A result of SHM buffer allocation operation. #[repr(C)] pub struct z_buf_alloc_result_t { @@ -308,7 +308,7 @@ impl From for z_buf_alloc_result_t { } } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief Status of SHM buffer layouting + allocation operation. #[repr(C)] #[derive(Clone, Copy, Debug)] @@ -321,7 +321,7 @@ pub enum zc_buf_layout_alloc_status_t { LAYOUT_ERROR = 2, } -/// @attention Unstable feature. +/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future release. /// @brief A result of SHM buffer layouting + allocation operation. #[repr(C)] pub struct z_buf_layout_alloc_result_t {