issues
search
maciejhirsz
/
beef
Faster, more compact implementation of std::borrow::Cow
https://crates.io/crates/beef
Apache License 2.0
338
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add const accessors for data
#56
Caellian
opened
6 days ago
7
how to use with no_std?
#55
Gibbz
opened
3 months ago
0
Export traits while still hiding the implementation details
#54
alexkazik
closed
1 year ago
3
implement ops::Add for cow<str>?
#53
lithbitren
opened
1 year ago
1
doctests fail with Rust 1.65+: std::borrow::Cow size assumption no longer valid
#52
decathorpe
opened
1 year ago
3
Error with implicit Deref String in &str
#51
uselessgoddess
opened
2 years ago
0
Compilation error when trying to drop with cyclic lifetimes
#50
uselessgoddess
opened
2 years ago
5
Implements `const_deref` feature
#49
uselessgoddess
opened
2 years ago
25
Beef can implement const Deref?
#48
uselessgoddess
opened
2 years ago
5
Fix `into_owned` `String` not having enough provenance
#47
Noratrieb
closed
2 years ago
3
Release 0.5.1
#45
maciejhirsz
closed
3 years ago
0
Specialize Deserialize to always borrow `Cow<str>`
#44
maciejhirsz
closed
3 years ago
0
test failure on 32 bit architectures
#43
davide125
opened
3 years ago
1
const_str should use 'static lifetime
#42
zeroflaw
closed
3 years ago
2
update const_fn feature to use more specific unstable feature gate
#41
AaronFriel
closed
3 years ago
0
Implement `beef::lean::Cow` on other pointer widths
#40
Waelwindows
opened
3 years ago
1
Fix Sync and Send markers, add Unpin
#39
maciejhirsz
closed
3 years ago
1
Require Sync to implement Send for Cow. Fixes #37
#38
ammaraskar
closed
3 years ago
1
beef::Cow lacks a Sync bound on its Send trait allowing for data races
#37
ammaraskar
closed
3 years ago
3
Use a shorter way for WORD
#36
pickfire
opened
4 years ago
0
Use MAX instead of max_value()
#35
pickfire
closed
4 years ago
0
Add doc for different `Cow` usage by architecture
#34
pickfire
opened
4 years ago
2
Add comma in README
#33
adrian5
closed
4 years ago
0
Add impl Default for Cow
#32
maciejhirsz
closed
4 years ago
0
Implement Default for Cow
#31
grego
closed
4 years ago
3
Support for `Path`/`PathBuf`
#30
Alxandr
opened
4 years ago
3
Implement PartialOrd and Ord for Cow and fix Eq impl
#29
Luro02
closed
4 years ago
0
Missing traits
#28
Luro02
closed
4 years ago
0
0.4.2
#27
maciejhirsz
closed
4 years ago
0
Reorder Lean store by how it was stored
#26
pickfire
closed
4 years ago
0
Fix docs link
#25
berkus
closed
4 years ago
1
Run cargo test in tests
#24
Licenser
closed
4 years ago
0
Add GH actions
#23
Licenser
closed
4 years ago
6
github ci
#22
Licenser
closed
4 years ago
3
Add tests, bump version
#21
maciejhirsz
closed
4 years ago
0
Add as_borrowed function
#20
Licenser
closed
4 years ago
3
a way to 'extract' the borrowed value
#19
Licenser
closed
4 years ago
0
Cargo.toml: update license field
#18
ordian
closed
4 years ago
1
Format code using 'cargo fmt'
#17
Atul9
closed
4 years ago
1
serde tests work fine in Miri
#16
RalfJung
closed
4 years ago
0
Some actual proper design for internals
#15
maciejhirsz
opened
4 years ago
4
0.4.0
#14
maciejhirsz
closed
4 years ago
12
0.3.1
#13
maciejhirsz
closed
4 years ago
2
`lean` leaks
#12
RalfJung
closed
4 years ago
1
run Miri on CI
#11
RalfJung
closed
4 years ago
2
beef::lean::Cow
#10
maciejhirsz
closed
4 years ago
0
Cast fat raw pointers to thin raw pointers without going through refs
#9
maciejhirsz
closed
4 years ago
0
Avoid pointer casting
#8
maciejhirsz
closed
4 years ago
0
Beef::owned_ptr is (probably) unsound as written
#7
CAD97
closed
4 years ago
5
Test no_std on target thumbv6m-none-eabi
#6
maciejhirsz
closed
4 years ago
0
Next