openharmony_ci
2d8ae3ab81
!2 Add OAT.xml and README.OpenSource
...
Merge pull request !2 from fangting/master
2023-04-14 08:10:52 +00:00
fangting
afd8058885
Add OAT.xml and README.OpenSource
...
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:04 +08:00
openharmony_ci
7bf4c62f7c
!1 [log]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
...
Merge pull request !1 from lubinglun/master
2023-04-13 11:34:37 +00:00
lubinglun
f0a459c95e
Add GN Build Files and Custom Modifications
...
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:26:27 +08:00
Ashley Mannix
7fb28c36c7
Merge pull request #508 from KodrAus/cargo/0.4.17
...
Prepare for 0.4.17 release
2022-05-03 08:41:08 +10:00
Ashley Mannix
518821e0fc
prepare for 0.4.17 release
2022-04-29 09:02:57 +10:00
Ashley Mannix
b7e8147271
Merge pull request #506 from KodrAus/chore/enabled-requirement
...
Note that Log implementors should call enabled
2022-04-29 08:59:07 +10:00
Ashley Mannix
c9049be616
make notes for implementors consistent
2022-04-29 08:42:34 +10:00
Ashley Mannix
c9284a6842
note that Log implementors should call enabled
2022-04-20 20:53:51 +10:00
Ashley Mannix
6c3cd4acbb
Merge pull request #504 from KodrAus/feat/128bit-refs
...
Upgrade to value-bag 1.0.0-alpha.9 and remove by-value 128bit int conversions
2022-04-20 20:47:38 +10:00
Ashley Mannix
20a5321b5f
Merge pull request #505 from hellow554/patch-1
...
fix markdown links in lib.rs
2022-04-20 20:30:37 +10:00
Marcel Hellwig
3ad4611891
fix markdown links in lib.rs
2022-04-20 11:43:25 +02:00
KodrAus
9efaf029e8
run fmt
2022-04-20 16:31:54 +10:00
KodrAus
6c0a24c82d
add safety comments to the by-ref transmute for non-zero nums
2022-04-20 16:28:54 +10:00
KodrAus
bb111eb90d
add a macro test with common types
2022-04-20 16:27:06 +10:00
KodrAus
91d741f014
upgrade to value-bag 1.0.0-alpha.9 and remove by-value 128bit int conversions
2022-04-20 16:17:36 +10:00
Ashley Mannix
4249b562c3
Merge pull request #502 from jmmv/db_logger
...
Add reference to db_logger
2022-04-20 15:21:24 +10:00
Julio Merino
3d791f291d
Add reference to db_logger
...
db_logger is a logging implementation that writes log entries to a
database. At the time of this writing, it supports PostgreSQL and
SQLite via the sqlx crate.
2022-04-12 18:07:44 -07:00
Ashley Mannix
3cc17c1c4f
Merge pull request #496 from KodrAus/cargo/0.4.16
...
Prepare for 0.4.16 release
2022-03-23 00:04:33 +10:00
Ashley Mannix
06380b99cd
fully qualify Type import for MSRV
2022-03-22 23:52:16 +10:00
Ashley Mannix
3b243dd2b8
re-export Option to use in macros
2022-03-22 23:44:12 +10:00
Ashley Mannix
4342193c02
prepare for 0.4.16 release
2022-03-22 23:36:24 +10:00
Ashley Mannix
e719dbf6d6
Merge pull request #495 from Thomasdezeeuw/issue_494
...
Fully qualify Some and None
2022-03-22 23:28:31 +10:00
Thomas de Zeeuw
0b90513e65
Fully qualify Some and None
2022-03-22 14:01:09 +01:00
Ashley Mannix
bc181df9fb
Merge pull request #492 from rust-lang/KodrAus-patch-2
...
Update changelog for 0.4.15 with last minute additions
2022-03-22 14:28:38 +10:00
Ashley Mannix
cf2033684d
update changelog for 0.4.15 with last minute additions
2022-03-22 13:17:53 +10:00
Ashley Mannix
59fa5dcd9b
Merge pull request #491 from Thomasdezeeuw/kv-value-nonzero
...
Implement ToValue and From<$ty> for Value for NonZero
2022-03-22 12:30:38 +10:00
Thomas de Zeeuw
4f9a212aa4
Implement ToValue and From<$ty> for Value for NonZero
...
It can already by be done by calling `.get()`, but this makes it a bit
easier.
2022-03-20 18:20:53 +01:00
Ashley Mannix
d672066087
Merge pull request #488 from wtetzner/master
...
#487 Add thumbv4t-none-eabi to the list of targets that don't support…
2022-03-03 08:04:31 +10:00
Ashley Mannix
863c4612c2
Merge pull request #486 from Thomasdezeeuw/issue#484
...
Support static string as key value
2022-03-03 08:03:56 +10:00
Walter Tetzner
cb20e45395
#487 Fix formatting.
2022-02-27 11:36:27 -06:00
Walter Tetzner
8038ea8f98
#487 Add thumbv4t-none-eabi to the list of targets that don't support atomics.
2022-02-26 23:26:16 -06:00
Thomas de Zeeuw
c626f82520
Support static string as key value
2022-02-26 12:28:43 +01:00
Ashley Mannix
21e30fc4f9
Merge pull request #485 from KodrAus/cargo/0.4.15
...
Prepare for 0.4.15 release
2022-02-26 13:47:44 +10:00
Ashley Mannix
f3b4fde154
prepare for 0.4.15 release
2022-02-23 08:39:45 +10:00
Ashley Mannix
f9f459a698
Merge pull request #483 from DesmondWillowbrook/add-log_err
...
docs(readme): add mention to log_err
2022-02-23 08:21:09 +10:00
Kartavya Vashishtha
4c6c4c9cf5
docs(readme): add mention to log_err
2022-02-19 10:40:56 +05:30
Ashley Mannix
95b209de21
Merge pull request #482 from KodrAus/ci/minimal-versions
...
Check features with minimal versions
2022-02-11 21:23:44 +10:00
Ashley Mannix
e50ec8669c
yaml
2022-02-11 21:15:38 +10:00
Ashley Mannix
52f4e571fe
Merge pull request #478 from PAN-Ziyue/patch-1
...
change url in README to doc.rs
2022-02-11 21:14:01 +10:00
Ashley Mannix
68a7c2a609
check features with minimal versions
2022-02-11 21:08:06 +10:00
Ashley Mannix
2f7e96f16c
Merge pull request #479 from atouchet/crgo
...
Remove outdated Travis CI and AppVeyor references
2022-01-17 11:26:02 +10:00
Ashley Mannix
d5f3c5be05
Merge pull request #476 from KodrAus/feat/kv-macros
...
Allow macros to be more consistent with kvs
2022-01-17 11:25:43 +10:00
Ashley Mannix
806eb7fbb4
fix up CI
2021-12-30 12:12:22 +10:00
Alex Touchet
9bb4c5d453
Remove outdated Travis CI and AppVeyor references
2021-12-27 16:19:06 -08:00
Ziyue Pan
902d9aa8b5
change url in README to doc.rs
2021-12-27 18:49:10 +08:00
Ashley Mannix
26aef64c46
fix up kv examples
2021-12-23 15:13:42 +10:00
Ashley Mannix
699afffdc0
revert requirement for target = in kv macros
2021-12-23 15:07:25 +10:00
KodrAus
505c255f0a
try putting attribute on fn
2021-12-12 11:20:05 +10:00
KodrAus
7ed6401b93
run fmt
2021-12-12 11:13:26 +10:00