Commit Graph

66 Commits

Author SHA1 Message Date
Alex Crichton
5f657c4d08 Don't test the README 2017-12-16 16:53:27 -08:00
Alex Crichton
3923e9a2a6 Clarify wording of license information in README.
This text historically was copied verbatim from rust-lang/rust's own README [1]
with the intention of licensing projects the same as rustc's own license, namely
a dual MIT/Apache-2.0 license. The clause about "various BSD-like licenses"
isn't actually correct for almost all projects other than rust-lang/rust and
the wording around "both" was slightly ambiguous.

This commit updates the wording to match more precisely what's in the
standard library [2], namely clarifying that there aren't any BSD-like licenses
in this repository and that the source is licensable under either license, at
your own discretion.

[1]: f0fe716dbc (license)
[2]: f0fe716dbc/src/libstd/lib.rs (L5-L9)
2017-10-30 14:15:09 -07:00
Alex Crichton
040b9d4d08 Merge pull request #5 from mgeisler/patch-1
Add CI badge for crates.io
2017-07-25 16:12:56 -05:00
Martin Geisler
e95025767c Add CI badge for crates.io 2017-07-25 23:01:30 +02:00
Alex Crichton
9db1c70b8a Bump to 0.1.2 2017-07-05 07:50:07 -07:00
Alex Crichton
cbf0113b55 Merge pull request #4 from clarcharr/master
Allow blocks without else.
2017-06-30 15:39:56 -07:00
Clar Charr
8a594d0994 Allow blocks without else. 2017-06-28 20:21:35 -04:00
Alex Crichton
5206f545fb Bump to 0.1.1 2017-06-08 09:18:23 -07:00
Alex Crichton
58fa471e68 Add missing license files
Closes #2
2017-02-21 06:43:06 -08:00
Alex Crichton
b289bb2a81 Merge pull request #1 from dhylands/no-std
Make create be no_std
2016-12-26 17:58:19 -08:00
Dave Hylands
99dac1750c Removed not(test)
Modified test code to use core::option::Option instead.
2016-12-25 10:28:10 -08:00
Dave Hylands
c0d70480c2 Make create be no_std
The regular portion of the crate doesn't need anything from std
so turn off std for non-test. This allows this to be used from
projects which are also no_std.
2016-12-24 13:38:22 -08:00
Alex Crichton
786889296e Move travis from 1.0.0 -> stable 2016-01-25 12:56:29 -08:00
Alex Crichton
426756ddd9 Fix tests in README 2015-07-07 18:09:13 -07:00
Alex Crichton
081f6333c0 Add travis configuration 2015-07-07 18:08:09 -07:00
Alex Crichton
3e9f521352 Initial commit 2015-07-07 18:07:04 -07:00