Felix
8e51a6138f
#![allow(stable_features)]
...
#![feature(conservative_impl_trait)] has been stabelized in Rust 1.26, #![deny(warnings)] would therefore break the build when a stable feature is explicitly used
2018-04-09 22:15:27 +02:00
Jorge Aparicio
d1e51cb43f
add LinearMap
2018-03-11 22:35:27 +01:00
Mike Hommey
b086fa992b
Remove unused features
2018-03-04 07:19:01 +09:00
Jorge Aparicio
95893d4155
v0.2.2
2018-03-01 20:38:38 +01:00
Jorge Aparicio
0dd522268c
fix warnings
2018-03-01 19:40:39 +01:00
Per Lindgren
faad961e9c
add String
2018-03-01 19:00:55 +01:00
Jorge Aparicio
30ea33c349
relax the lifetime constraint of RingBuffer.split
...
also
- add a "`split` freezes the ring buffer" compile fail test
- hide compile-fail doc tests
- add scoped threads tests
2017-11-09 02:27:01 +01:00
Jorge Aparicio
37c8b5b637
create our own AtomicUsize
...
which works on thumbv6m-none-eabi and probably other targets with max-atomic-width = 0
2017-11-08 22:12:24 +01:00
Jorge Aparicio
978f0ee2de
add a compiler barrier
2017-11-08 00:50:26 +01:00
Jorge Aparicio
55f891e64f
use atomics where available
...
cc #5
2017-10-31 21:26:02 +01:00
Jorge Aparicio
da5757a71b
add examples and cfail tests
2017-10-31 17:59:47 +01:00
Jorge Aparicio
e841c8a664
update the documentation
2017-10-31 16:48:11 +01:00
Jorge Aparicio
7e91814cf8
support arrays of any size, don't require an initialization value, ..
...
single producer single consumer support for ring buffer
2017-10-03 16:04:27 +02:00
Jorge Aparicio
f515ed9ead
v0.1.0
2017-04-27 16:25:57 -05:00
Jorge Aparicio
2d8ff5b066
fix bug in Vec.push
...
the length of the vector wasn't being incremented
2017-03-17 12:07:23 -05:00
Jorge Aparicio
1d9cdb1ae1
initial commit
2017-03-05 00:30:10 -05:00