9 Commits

Author SHA1 Message Date
Fenhl 051fca6cd1 Version bump 2021-08-27 22:36:16 +00:00
Iris System 105d6d462d 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 268d675010 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 1d0dd5a806 Add Cargo categories 2021-02-03 19:15:48 +00:00
Fenhl 4459344346 Bump version to 1.0.0 2021-02-03 19:02:40 +00:00
Fenhl 2eb40dfd4e Add myself as an author 2021-02-03 19:02:26 +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 3903733f3c initial commit 2015-06-22 19:40:34 -04:00