index
:
bytes
buf_mut_alloc_note
eliza/trace
gh-pages
master
no_alloc
v0.4.x
v0.5.x
v0.6.x
vorot93/bytesmut-join
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
buf_mut_alloc_note
Clarify `chunk_mut` documentation
Alice Ryhl
4 years
eliza/trace
add debug ref count logging
Eliza Weisman
4 years
gh-pages
Deploy Bytes API documentation
ci
16 months
master
Change Bytes::make_mut to impl From<Bytes> for BytesMut (closes #709) (#710)
Anthony Ramine
16 months
no_alloc
Add `alloc` feature
Anshul Gupta
16 months
v0.4.x
Panic in BytesMut::split_to when out of bounds (#252) (#253)
Pavel Strakhov
6 years
v0.5.x
v0.5.6
Sean McArthur
5 years
v0.6.x
Upgrade bytes version from 0.5 to 0.6.0 in README (#441)
Ibraheem Ahmed
5 years
vorot93/bytesmut-join
BytesMut::unsplit: rename to join
Artem Vorotnikov
5 years
Tag
Download
Author
Age
v1.6.0
bytes-1.6.0.tar.gz
bytes-1.6.0.tar.zst
bytes-1.6.0.zip
Brad Dunbar
18 months
v1.5.0
bytes-1.5.0.tar.gz
bytes-1.5.0.tar.zst
bytes-1.5.0.zip
Alice Ryhl
2 years
v1.4.0
bytes-1.4.0.tar.gz
bytes-1.4.0.tar.zst
bytes-1.4.0.zip
Alice Ryhl
3 years
v1.3.0
bytes-1.3.0.tar.gz
bytes-1.3.0.tar.zst
bytes-1.3.0.zip
Sean Lynch
3 years
v1.2.1
bytes-1.2.1.tar.gz
bytes-1.2.1.tar.zst
bytes-1.2.1.zip
Alice Ryhl
3 years
v1.2.0
bytes-1.2.0.tar.gz
bytes-1.2.0.tar.zst
bytes-1.2.0.zip
Alice Ryhl
3 years
v1.1.0
bytes-1.1.0.tar.gz
bytes-1.1.0.tar.zst
bytes-1.1.0.zip
Alice Ryhl
4 years
v1.0.1
bytes-1.0.1.tar.gz
bytes-1.0.1.tar.zst
bytes-1.0.1.zip
Alice Ryhl
5 years
v1.0.0
bytes-1.0.0.tar.gz
bytes-1.0.0.tar.zst
bytes-1.0.0.zip
Carl Lerche
5 years
v0.6.0
bytes-0.6.0.tar.gz
bytes-0.6.0.tar.zst
bytes-0.6.0.zip
Carl Lerche
5 years
[...]
Age
Commit message
Author
Files
Lines
2024-03-22
chore: prepare bytes v1.6.0 (#681)
v1.6.0
Brad Dunbar
2
-1
/
+38
2024-03-14
Use ManuallyDrop instead of mem::forget (#675)
Brad Dunbar
1
-14
/
+12
2024-03-04
Remove commented tests for Bytes::unsplit (#677)
Brad Dunbar
1
-91
/
+0
2024-03-04
Remove redundant reserve call (#674)
Brad Dunbar
2
-2
/
+22
2024-03-03
copy_to_bytes: Add panic section to docs (#676)
Brad Dunbar
1
-0
/
+4
2024-03-03
Use Iterator from the prelude (#673)
Brad Dunbar
1
-1
/
+1
2024-02-23
Refactor split_at/split_to (#663)
Brad Dunbar
1
-26
/
+24
2024-02-06
get_vec_pos: use &self instead of &mut self (#670)
Brad Dunbar
1
-3
/
+3
2024-02-06
set_vec_pos does not need a second parameter (#672)
Brad Dunbar
1
-13
/
+11
2024-02-06
Calculate original capacity only if necessary (#666)
Brad Dunbar
1
-6
/
+3
[...]