issues
search
milibopp
/
carboxyl
Functional Reactive Programming library for Rust
Mozilla Public License 2.0
406
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unexpected behavior of cyclic signals
#120
mode89
opened
3 months ago
2
Update criterion requirement from 0.3 to 0.5
#119
dependabot[bot]
closed
1 year ago
0
Update criterion requirement from 0.3 to 0.4
#118
dependabot[bot]
closed
1 year ago
1
Upgrade to GitHub-native Dependabot
#117
dependabot-preview[bot]
closed
3 years ago
1
Update quickcheck requirement from 0.9 to 1.0
#116
dependabot-preview[bot]
closed
3 years ago
0
Update rand requirement from 0.7 to 0.8
#115
dependabot-preview[bot]
closed
3 years ago
0
Update lazy_static requirement from 0.1 to 1.4
#114
dependabot-preview[bot]
closed
4 years ago
0
Update rand requirement from 0.3 to 0.7
#113
dependabot-preview[bot]
closed
4 years ago
0
Update quickcheck requirement from 0.2 to 0.9
#112
dependabot-preview[bot]
closed
4 years ago
0
Update skeptic requirement from 0.6 to 0.13
#111
dependabot-preview[bot]
closed
4 years ago
0
Comparison to Sodium?
#110
dakom
closed
4 years ago
1
Add switch function from Signal<Stream<A>> to Stream<A>
#109
asandroq
closed
4 years ago
1
Interop with reactive in other languages?
#108
ivnsch
closed
7 years ago
3
status of the project and functional programing in rust ?
#107
GunpowderGuy
closed
6 years ago
12
Avoid an unnecessary extra clone when processing callbacks
#106
wolfiestyle
closed
7 years ago
0
Excessive cloning in Stream::fold
#105
wolfiestyle
opened
7 years ago
8
Bump skeptic to 0.6
#104
Moredread
closed
8 years ago
0
Relicense to MPL 2.0 as per issue #100
#103
yarwelp
closed
8 years ago
5
Cache cargo temp files on Travis
#102
Moredread
closed
8 years ago
0
Fix use of old API in bencher
#101
Moredread
closed
8 years ago
1
Relicense to MPL 2.0
#100
milibopp
closed
8 years ago
8
fixed a few clippy warnings
#99
llogiq
closed
8 years ago
6
Fix private_in_public warnings
#98
killercup
closed
8 years ago
4
Add skeptic to test examples in Readme.md
#97
killercup
closed
8 years ago
1
Rename `scan` to `fold`
#96
milibopp
closed
8 years ago
0
Remove SignalMut
#95
milibopp
closed
8 years ago
0
Add Signal::map
#94
milibopp
closed
8 years ago
0
Change argument sequence of scan closure
#93
milibopp
closed
8 years ago
1
Test semantics of SignalMut
#92
milibopp
closed
8 years ago
1
waffle.io Badge
#91
waffle-iron
closed
8 years ago
0
Remove derivation of Show trait from test, as this seems not to be stable yet.
#90
Moredread
closed
9 years ago
2
Cyclic SignalMut definition
#89
potocpav
closed
9 years ago
5
Move to stable Rust
#88
milibopp
closed
9 years ago
2
Marble support
#87
milibopp
closed
8 years ago
3
Can't compile crate with rust 1.2
#86
tower120
closed
9 years ago
3
Fix warnings
#85
milibopp
closed
9 years ago
0
Adapt to upstream changes in Weak API
#84
milibopp
closed
9 years ago
0
Does not compile on current rust git
#83
ids1024
closed
9 years ago
2
Remove unused internal enum variant
#82
milibopp
closed
9 years ago
0
Deal with dynamic switching more explicitly
#81
milibopp
opened
9 years ago
1
Modify #![feature(...)] declaration, for newest Rust nightly.
#80
tilpner
closed
9 years ago
1
Remove double pointer indirection
#79
milibopp
closed
9 years ago
0
Create stream from an IntoIterator type
#78
milibopp
opened
9 years ago
0
Remove now stable debug_builders feature
#77
milibopp
closed
9 years ago
0
Fix travis setup
#76
milibopp
closed
9 years ago
0
Hide away SignalCycle
#75
milibopp
closed
9 years ago
0
Return intermediate values from `Signal::cyclic`
#74
milibopp
opened
9 years ago
0
Sink::feed methods take IntoIterator
#73
milibopp
closed
9 years ago
0
Test most algebraic properties
#72
milibopp
closed
9 years ago
0
Use Result<(), EquivError> as return type for stream_eq
#71
milibopp
closed
9 years ago
0
Next