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
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 }}
Pzixel
/
arrayvec
Public
forked from
bluss/arrayvec
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayvec
src
arrayvec.rs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 17, 2024
Use 16-bit lengths on 16-bit targets
kornelski
authored and
tbu-
committed
812c83a
View commit details
Copy full SHA for 812c83a
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
Add `ArrayVec::spare_capacity_mut`
Show description for 4ef0e89
tbu-
authored and
bluss
committed
4ef0e89
View commit details
Copy full SHA for 4ef0e89
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
Add as_slice & as_mut_slice methods to IntoIter
clarfonthey
authored and
bluss
committed
3a75e11
View commit details
Copy full SHA for 3a75e11
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
Improve optional support for borsh serialization
Show description for ae6cfd3
honzasp
authored and
bluss
committed
ae6cfd3
View commit details
Copy full SHA for ae6cfd3
View code at this point
Browse repository at this point
Optional support for borsh serialization
Fuuzetsu
authored and
bluss
committed
4337b1b
View commit details
Copy full SHA for 4337b1b
View code at this point
Browse repository at this point
feat: put len before xs
JakkuSakura
authored and
bluss
committed
1cd7b9d
View commit details
Copy full SHA for 1cd7b9d
View code at this point
Browse repository at this point
Fix miri error in extend_zst
Show description for 27401fb
bluss
committed
27401fb
View commit details
Copy full SHA for 27401fb
View code at this point
Browse repository at this point
Commits on Jun 13, 2023
Optionally implement Zeroize on ArrayVec/ArrayString
elichai
committed
bb9279e
View commit details
Copy full SHA for bb9279e
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
track_caller for capacity overflow panics
kornelski
committed
dc33f75
View commit details
Copy full SHA for dc33f75
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Fix stacked borrows violations
Show description for c9ff579
clubby789
authored and
bluss
committed
c9ff579
View commit details
Copy full SHA for c9ff579
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Merge pull request #194 from bhgomes/const-fns
Show description for a4690c9
bluss
authored
a4690c9
View commit details
Copy full SHA for a4690c9
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Follow optimization of std::Vec::retain (rust-lang/rust#88060)
niklasf
committed
bc21f19
View commit details
Copy full SHA for bc21f19
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
upgrade len/capacity-related functions to const-fn
bhgomes
committed
17c5dd0
View commit details
Copy full SHA for 17c5dd0
View code at this point
Browse repository at this point
Commits on May 31, 2021
Merge pull request #187 from conradludgate/into-inner-take
Show description for 515a18c
bluss
authored
515a18c
View commit details
Copy full SHA for 515a18c
View code at this point
Browse repository at this point
Commits on May 30, 2021
debug-assert
conradludgate
committed
0fdf39f
View commit details
Copy full SHA for 0fdf39f
View code at this point
Browse repository at this point
Commits on May 29, 2021
tests + docs
conradludgate
committed
16c8e4d
View commit details
Copy full SHA for 16c8e4d
View code at this point
Browse repository at this point
Commits on May 26, 2021
update take
conradludgate
committed
6dc46b3
View commit details
Copy full SHA for 6dc46b3
View code at this point
Browse repository at this point
Commits on May 25, 2021
feat: API additions
conradludgate
committed
8778483
View commit details
Copy full SHA for 8778483
View code at this point
Browse repository at this point
Commits on May 24, 2021
Use `truncate` in `clone_from`
a1phyr
committed
6be5ed4
View commit details
Copy full SHA for 6be5ed4
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
0.7.0
bluss
committed
5685049
View commit details
Copy full SHA for 5685049
View code at this point
Browse repository at this point
Merge pull request #183 from bluss/revert-new
Show description for b0dfc87
bluss
authored
b0dfc87
View commit details
Copy full SHA for b0dfc87
View code at this point
Browse repository at this point
FIX: Add new_const() for const construction and revert new to old version
Show description for b7f3aa9
bluss
committed
b7f3aa9
View commit details
Copy full SHA for b7f3aa9
View code at this point
Browse repository at this point
FIX: Update .retain() optimization for const generics
bluss
committed
b82a6d4
View commit details
Copy full SHA for b82a6d4
View code at this point
Browse repository at this point
Fix mutable reborrow
Show description for c094906
niklasf
and
bluss
committed
c094906
View commit details
Copy full SHA for c094906
View code at this point
Browse repository at this point
Mirror optimization of std::Vec::retain (rust-lang/rust#81126)
niklasf
authored and
bluss
committed
345c6b4
View commit details
Copy full SHA for 345c6b4
View code at this point
Browse repository at this point
Commits on Mar 28, 2021
Made ArrayVec::new and ArrayString::new const fns
Show description for 5ad4687
rodrimati1992
committed
5ad4687
View commit details
Copy full SHA for 5ad4687
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
DOC: Fix typo in ArrayVec::is_full
cuviper
authored
dc0360f
View commit details
Copy full SHA for dc0360f
View code at this point
Browse repository at this point
FEAT: Use u32 for the length field in arrayvec
Show description for 0c90469
bluss
committed
0c90469
View commit details
Copy full SHA for 0c90469
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
FIX: Use more efficient cloning in IntoIter::clone
Show description for f9f58c9
bluss
committed
f9f58c9
View commit details
Copy full SHA for f9f58c9
View code at this point
Browse repository at this point
FIX: Code cleanup in .into_inner()
Show description for cf283a0
bluss
committed
cf283a0
View commit details
Copy full SHA for cf283a0
View code at this point
Browse repository at this point
DOC: Doc comment and example updates for ArrayVec
bluss
committed
74039f1
View commit details
Copy full SHA for 74039f1
View code at this point
Browse repository at this point
API: Remove deprecated ArrayVec::dispose
bluss
committed
666c5ec
View commit details
Copy full SHA for 666c5ec
View code at this point
Browse repository at this point
API: Panic in .extend() and from_iter on capacity exceeded
Show description for a554ea2
bluss
committed
a554ea2
View commit details
Copy full SHA for a554ea2
View code at this point
Browse repository at this point
Remove old Array and Index traits
bluss
committed
c751c22
View commit details
Copy full SHA for c751c22
View code at this point
Browse repository at this point
FIX: Fix serde feature for const gen
bluss
committed
6daae9a
View commit details
Copy full SHA for 6daae9a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.