Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
shadow
/
bytes
Public
forked from
tokio-rs/bytes
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 29, 2022
Make try_unsplit method public
stevenengler
committed
c48bd44
View commit details
Copy full SHA for c48bd44
Browse repository at this point
Commits on Jul 30, 2022
chore: prepare bytes v1.2.1 (#561)
Darksonn
authored
b724914
View commit details
Copy full SHA for b724914
Browse repository at this point
Fix reserve over allocating underlying buffer (#560)
Show description for d6e1999
schultetwin1
authored
d6e1999
View commit details
Copy full SHA for d6e1999
Browse repository at this point
Commits on Jul 19, 2022
chore: prepare bytes v1.2.0 (#556)
Darksonn
authored
38fd42a
View commit details
Copy full SHA for 38fd42a
Browse repository at this point
Fix amortized asymptotics of `BytesMut` (#555)
Show description for 7553a67
NobodyXu
and
steffahn
authored
7553a67
View commit details
Copy full SHA for 7553a67
Browse repository at this point
Commits on Jul 13, 2022
Add conversion from Bytes to Vec<u8> (#547)
Show description for cd188cb
NobodyXu
and
Darksonn
authored
cd188cb
View commit details
Copy full SHA for cd188cb
Browse repository at this point
Fix: `From<BytesMut> fo Vec<u8>` implementation (#554)
Show description for 10d1f6e
NobodyXu
authored
10d1f6e
View commit details
Copy full SHA for 10d1f6e
Browse repository at this point
Commits on Jul 10, 2022
Add conversion from BytesMut to Vec<u8> (#543)
NobodyXu
authored
068ed41
View commit details
Copy full SHA for 068ed41
Browse repository at this point
Commits on Jul 9, 2022
miri: don't use int2ptr casts for invalid pointers (#553)
Darksonn
authored
f514bd3
View commit details
Copy full SHA for f514bd3
Browse repository at this point
Commits on Jun 23, 2022
chore: Fix unused warnings (#551)
LucioFranco
authored
28a1eab
View commit details
Copy full SHA for 28a1eab
Browse repository at this point
Commits on Jun 11, 2022
Fix chain remaining_mut(), allowing to chain growing buffer (#488)
Zettroke
authored
3536017
View commit details
Copy full SHA for 3536017
Browse repository at this point
Commits on May 10, 2022
Add `UninitSlice::as_uninit_slice_mut()` (#548)
Show description for b8d27c0
erickt
authored
b8d27c0
View commit details
Copy full SHA for b8d27c0
Browse repository at this point
Commits on May 1, 2022
Update actions/checkout action to v3 (#546)
taiki-e
authored
0ce4fe3
View commit details
Copy full SHA for 0ce4fe3
Browse repository at this point
Commits on Apr 29, 2022
Only avoid pointer casts when using miri (#545)
Darksonn
authored
716a0b1
View commit details
Copy full SHA for 716a0b1
Browse repository at this point
Revert accidental push directly to master
Show description for b4b2c18
Darksonn
committed
b4b2c18
View commit details
Copy full SHA for b4b2c18
Browse repository at this point
Only avoid pointer casts when using miri
Darksonn
committed
89061c3
View commit details
Copy full SHA for 89061c3
Browse repository at this point
Commits on Apr 28, 2022
Fix bugs in `BytesMut::reserve_inner` (#544)
NobodyXu
authored
0a2c43a
View commit details
Copy full SHA for 0a2c43a
Browse repository at this point
Commits on Apr 15, 2022
Make strict provenance compatible (#542)
Darksonn
authored
8198f9e
View commit details
Copy full SHA for 8198f9e
Browse repository at this point
Add TSAN support (#541)
Darksonn
authored
547a320
View commit details
Copy full SHA for 547a320
Browse repository at this point
Commits on Apr 6, 2022
Fix aliasing in Clone by using a raw pointer (#523)
Show description for 7244769
saethlin
authored
7244769
View commit details
Copy full SHA for 7244769
Browse repository at this point
Clarify `BytesMut::unsplit` docs (#535)
leshow
authored
9e6edd1
View commit details
Copy full SHA for 9e6edd1
Browse repository at this point
Commits on Mar 25, 2022
docs: redraw layout diagram with box drawing characters. (#539)
Show description for e4c7236
adeschamps
authored
e4c7236
View commit details
Copy full SHA for e4c7236
Browse repository at this point
Commits on Mar 16, 2022
Optimize BytesMut::reserve: Reuse vec if possible (#529)
Show description for d4f5023
NobodyXu
authored
d4f5023
View commit details
Copy full SHA for d4f5023
Browse repository at this point
Commits on Mar 9, 2022
update Miri CI config (#534)
RalfJung
authored
88f5e12
View commit details
Copy full SHA for 88f5e12
Browse repository at this point
Commits on Jan 24, 2022
Implement `Extend<Bytes>` for `BytesMut` (#527)
robjtede
authored
131dae1
View commit details
Copy full SHA for 131dae1
Browse repository at this point
Address various clippy warnings (#528)
robjtede
authored
0e3b246
View commit details
Copy full SHA for 0e3b246
Browse repository at this point
Commits on Nov 24, 2021
Add `BytesMut::zeroed` (#517)
ldm0
authored
68afb40
View commit details
Copy full SHA for 68afb40
Browse repository at this point
Commits on Nov 9, 2021
`const`-ify `Bytes::len` and `Bytes::is_empty` (#514)
Cyborus04
authored
d946ef2
View commit details
Copy full SHA for d946ef2
Browse repository at this point
Commits on Nov 7, 2021
Appease miri (#515)
Show description for ba5c5c9
Noah-Kennedy
authored
ba5c5c9
View commit details
Copy full SHA for ba5c5c9
Browse repository at this point
Commits on Aug 25, 2021
chore: prepare bytes v1.1.0 (#509)
Darksonn
authored
ebc61e5
View commit details
Copy full SHA for ebc61e5
Browse repository at this point
Commits on Aug 24, 2021
Clarifying actions of clear and truncate. (#508)
chotchki
authored
55e2968
View commit details
Copy full SHA for 55e2968
Browse repository at this point
impl From<Box<[u8]>> for Bytes (#504)
ijackson
authored
0e9fa0b
View commit details
Copy full SHA for 0e9fa0b
Browse repository at this point
ci: fetch cargo hack from github release (#507)
Show description for ee24be7
Darksonn
and
taiki-e
authored
ee24be7
View commit details
Copy full SHA for ee24be7
Browse repository at this point
Commits on Aug 8, 2021
BufMut::put_bytes(self, val, cnt) (#487)
Show description for 2697fa7
stepancheg
authored
2697fa7
View commit details
Copy full SHA for 2697fa7
Browse repository at this point
Clarify BufPut::put_int behavior (#486)
Show description for fa9cbf1
stepancheg
authored
fa9cbf1
View commit details
Copy full SHA for fa9cbf1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.