Commit Graph

7 Commits

Author SHA1 Message Date
Alex Touchet
18d1dae9cb
Fix CI badge 2022-12-17 22:57:01 -08:00
Fenhl
ca8e63a6e9
Add badges to readme 2021-08-27 22:46:51 +00:00
Fenhl
48c81e1a63
Typo 2021-08-27 20:50:38 +00: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
atouchet
4c271e5f08 Use HTTPS for links 2021-02-04 13:21:23 -08:00
Garrett Berg
755d698157 add license files and clean up Cargo.toml 2018-03-10 11:22:27 -07:00