Commit Graph

34 Commits

Author SHA1 Message Date
openharmony_ci
a078c8ed62
!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
2023-04-14 08:10:54 +00:00
fangting
0386528bf2 Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:24 +08:00
openharmony_ci
73c3761650
!1 [shlex]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:34:11 +00:00
lubinglun
eb652b3145 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:27:03 +08:00
Fenhl
aa2d6e39cc
Merge pull request #14 from atouchet/badge
Fix CI badge
2022-12-18 09:46:51 +01:00
Alex Touchet
18d1dae9cb
Fix CI badge 2022-12-17 22:57:01 -08:00
Fenhl
6064b4851f
Merge pull request #11 from adetaylor/fuzz
Adding fuzzers for unsafe code.
2022-06-24 07:58:11 +00:00
Adrian Taylor
6480b2c2a0 Adding fuzzers for unsafe code. 2022-02-02 14:59:53 -08:00
Fenhl
ca8e63a6e9
Add badges to readme 2021-08-27 22:46:51 +00:00
Fenhl
8638f145d9
Version bump 2021-08-27 22:36:16 +00:00
Fenhl
06785ead65
Merge pull request #10 from u1f408/no-std
Add no_std support
2021-08-27 22:32:13 +00:00
Fenhl
e4b0a70d25
Typo 2021-08-27 20:51:37 +00:00
Fenhl
48c81e1a63
Typo 2021-08-27 20:50:38 +00:00
Iris System
d900c9ee51 Add mention of #![no_std] mode to CHANGELOG 2021-08-27 07:24:03 +12:00
Iris System
93908700c6 Add GitHub Actions to run tests for default and #![no_std] modes 2021-08-27 07:15:59 +12:00
Iris System
458d8616a0 Add std feature, allow crate to work in #![no_std] mode
Disabling the `std` feature (by setting `default-features = false` for
this crate in the Cargo.toml of something requiring it) will enable the
crate to work without the standard library, assuming the presence of
the `alloc` crate and a working global allocator.

We've explicitly imported the individual `alloc` items required by this
crate, rather than using `#![feature(alloc_prelude)]` as `alloc_prelude`
requires Rust nightly, and doing it that way would be a breaking change
to the MSRV.

Tested with Cargo/rustc 1.53.0
2021-08-27 07:10:06 +12:00
Iris System
89fa2d151b Slight crate documentation changes
- Explicitly linkifies the `pubs.opengroup.org` URL
- Surround `\r` with backticks so that it renders nicer
2021-08-27 07:07:08 +12:00
Iris System
466e16f313 Fix Cargo manifest slightly
- `categories` was misspelled
- `description` does not need to be a multi-line string
2021-08-27 07:07:08 +12:00
Fenhl
8c5a36d5b0 Add changelog 2021-02-07 11:28:16 +00:00
Fenhl
5bdb327aa9
Merge pull request #8 from atouchet/https
Use HTTPS for links
2021-02-05 02:04:42 +00:00
atouchet
4c271e5f08 Use HTTPS for links 2021-02-04 13:21:23 -08:00
Fenhl
618ad7a8bc Add Cargo categories 2021-02-03 19:15:48 +00:00
Fenhl
171e6d663d Bump version to 1.0.0 2021-02-03 19:02:40 +00:00
Fenhl
0ef195b577 Add myself as an author 2021-02-03 19:02:26 +00:00
Fenhl
6db4704fca Fix #6 2021-02-03 18:57:34 +00:00
Fenhl
263e9c45b3
Merge pull request #5 from fenhl/gitignore
Add gitignore
2021-02-03 18:09:16 +00:00
Fenhl
d2b2c1fa7e
Merge pull request #4 from fenhl/join
Add `join` convenience function
2021-02-03 18:08:48 +00:00
Fenhl
666349c2d0
Merge pull request #3 from vitiral/license
add license files and clean up Cargo.toml
2021-02-03 18:06:35 +00:00
Fenhl
d5eb01d248 Add gitignore 2018-08-05 07:51:37 +00:00
Fenhl
11344993ad Add join convenience function 2018-08-05 07:43:39 +00:00
Garrett Berg
755d698157 add license files and clean up Cargo.toml 2018-03-10 11:22:27 -07:00
comex
95ef6961a2 add # quotes, which I forgot about 2015-06-22 21:20:35 -04:00
comex
e02f01f217 fix license notice 2015-06-22 19:41:14 -04:00
comex
3903733f3c initial commit 2015-06-22 19:40:34 -04:00