issues
search
shekohex
/
allo-isolate
Run Multithreaded Rust along with Dart VM (in isolate) 🌀
Apache License 2.0
120
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correctly deallocate external typed data
#63
vlad9486
closed
1 month ago
5
Minor fix in destructor
#62
vlad9486
closed
1 month ago
0
Panic in Vec::from_raw_parts on Android (arm64-v8a ABI)
#61
tmpfs
closed
1 month ago
11
Fix panic when dropping vectors using ZeroCopyBuffer
#60
shekohex
closed
4 months ago
0
Program seems to panic when dropping vectors
#59
fzyzcjy
closed
4 months ago
1
Support more types related to isize/usize
#58
fzyzcjy
closed
5 months ago
7
Fix `Vec<Vec<u8>>` and `std::backtrace::Backtrace`
#57
fzyzcjy
closed
10 months ago
5
chrono: Add support for NaiveDate
#56
TrackerSB
closed
10 months ago
4
bug: Cannot use allo-isolate in two libraries with static linking because of symbol name duplication
#55
fzyzcjy
opened
10 months ago
4
Implement HashMap and HashSet
#54
fzyzcjy
closed
10 months ago
4
Support `isize`
#53
fzyzcjy
closed
11 months ago
2
Is there any way to run a Rust function on Dart VM shutdown?
#50
temeddix
closed
1 year ago
2
Is memory copy involved when sending `Uint8List` from Dart to Rust?
#49
temeddix
closed
1 year ago
2
Make `zero-copy` and `ZeroCopyBuffer` work with `Vec<T>` of length 0
#48
temeddix
closed
1 year ago
6
Implement `IntoDartExceptPrimitive` for `bool`
#47
NightFeather0615
closed
1 year ago
9
Update atomic requirement from 0.5 to 0.6
#46
dependabot[bot]
opened
1 year ago
0
Update fastrand requirement from ^1.3 to ^2.0
#45
dependabot[bot]
closed
1 year ago
0
Implement IntoDart for tuples
#44
Desdaemon
closed
1 year ago
4
Update criterion requirement from 0.4 to 0.5
#42
dependabot[bot]
closed
1 year ago
0
Fixed a bug with `zero-copy` cargo feature
#41
temeddix
closed
1 year ago
7
when zero-copy is enabled, shall we mark `ZeroCopyBuffer` as deprecated, and provide a NonZeroCopyBuffer
#40
fzyzcjy
closed
1 year ago
6
Provide `zero-copy` cargo feature
#39
temeddix
closed
1 year ago
6
Implicit zero copy on `Vec<u8>`
#38
temeddix
closed
1 year ago
9
Support Vec<Box<XXX>>
#37
iota9star
closed
1 year ago
0
feat: impl IntoDart for char
#36
Desdaemon
closed
1 year ago
3
feat: implement IntoDart for char
#35
Desdaemon
closed
1 year ago
0
Sanitizer errors
#34
jwinarske
opened
2 years ago
6
Add extra support for array and zero copy of uuid type
#33
Roms1383
closed
2 years ago
2
Add basic support for vec of chrono types
#32
Roms1383
closed
2 years ago
3
Update criterion requirement from 0.3 to 0.4
#31
dependabot[bot]
closed
2 years ago
0
Feat/UUID
#30
Roms1383
closed
2 years ago
9
Fix/doc chrono
#29
Roms1383
closed
2 years ago
5
Feat/chrono
#28
Roms1383
closed
2 years ago
10
Makes nested Vecs `IntoDart`
#27
wooden-worm
closed
2 years ago
0
Add tests about anyhow and backtrace
#26
fzyzcjy
closed
2 years ago
2
backtrace
#25
lattice0
closed
2 years ago
4
Add Dependabot
#24
shekohex
closed
2 years ago
0
adds anyhow support
#23
lattice0
closed
2 years ago
9
Implement generic Iterator<T> for DartArray
#22
trobanga
closed
2 years ago
1
Add usize and [T; N]
#21
trobanga
closed
2 years ago
6
Impl IntoDart for {i/u}{8/16}
#20
sagudev
closed
2 years ago
3
Run Dart finalizer callback for external types when they fail to post
#19
trueb2
closed
2 years ago
4
Add NativePointer as a type to DartCObject
#18
raphaelrobert
closed
2 years ago
10
Fix bug that `u32`'s IntoDart will make the value completely wrong
#17
fzyzcjy
closed
2 years ago
9
Streaming data
#16
nurmukhametdaniyar
closed
3 years ago
3
implement `Vec<more_primitive_types>` and `ZeroCopyBuffer<Vec<more_primitive_types>>` - originally only support few types like `Vec<u8>`/`ZeroCopyBuffer<Vec<u8>>`
#15
fzyzcjy
closed
3 years ago
8
Support `Float32List`? (Can make a PR)
#14
fzyzcjy
closed
3 years ago
5
Publish a new version?
#13
fzyzcjy
closed
3 years ago
4
use atomic library to remove a pair of "unsafe" operations
#12
fzyzcjy
closed
3 years ago
3
use atomic library to remove a pair of "unsafe" operations
#11
fzyzcjy
closed
3 years ago
1
Next