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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rapidity-space
/
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
array_string.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 Aug 17, 2024
Exclude `AsRef<Path>` for no-std builds
Show description for 909c766
bluss
committed
909c766
View commit details
Copy full SHA for 909c766
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
implement AsRef<Path> for ArrayString
Zoybean
authored and
bluss
committed
aadc8df
View commit details
Copy full SHA for aadc8df
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
Make as_ptr and as_mut_ptr on ArrayString public
YuhanLiin
authored and
bluss
committed
9f45cc2
View commit details
Copy full SHA for 9f45cc2
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
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
Merge pull request #230 from msrd0/string-borrowmut
Show description for 0e131fd
bluss
authored
0e131fd
View commit details
Copy full SHA for 0e131fd
View code at this point
Browse repository at this point
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 Nov 9, 2022
Add missing `BorrowMut` for `ArrayString`
msrd0
committed
9dd3f3c
View commit details
Copy full SHA for 9dd3f3c
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 Aug 14, 2021
Doc/wording edit for zero_filled
bluss
authored
1e74077
View commit details
Copy full SHA for 1e74077
View code at this point
Browse repository at this point
Commits on Aug 13, 2021
Add zero_filled constructor
c410-f3r
committed
f5acafa
View commit details
Copy full SHA for f5acafa
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
add remaining_capacity to ArrayString
bhgomes
committed
481f930
View commit details
Copy full SHA for 481f930
View code at this point
Browse repository at this point
Commits on Jun 20, 2021
Add ArrayString::as_mut_str
clarfonthey
committed
c491781
View commit details
Copy full SHA for c491781
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
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
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
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: 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
FEAT: Port ArrayString to const generics
bluss
committed
c9b095f
View commit details
Copy full SHA for c9b095f
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Impl TryFrom<fmt::Arguments<'a>> for ArrayString
Show description for 6dccb48
c410-f3r
authored
6dccb48
View commit details
Copy full SHA for 6dccb48
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
Merge pull request #165 from c410-f3r/try
Show description for 0acbba4
bluss
authored
0acbba4
View commit details
Copy full SHA for 0acbba4
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Merge pull request #166 from hbina/use_add_instead_of_offset
Show description for 50c9ed1
bluss
authored
50c9ed1
View commit details
Copy full SHA for 50c9ed1
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Use add instead of offset to avoid casting to isize.
hbina
committed
92867bb
View commit details
Copy full SHA for 92867bb
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
impl TryFrom<&'a str> for ArrayString
c410-f3r
committed
2267276
View commit details
Copy full SHA for 2267276
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Add unstable-const-fn feature to make new() functions const.
m-ou-se
committed
fe70c23
View commit details
Copy full SHA for fe70c23
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Add is_empty method for ArrayVec and ArrayString
nicbn
committed
633c863
View commit details
Copy full SHA for 633c863
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
FIX: Support uninitalized data in encode_utf8, and update try_push
Show description for 090a5c5
bluss
committed
090a5c5
View commit details
Copy full SHA for 090a5c5
View code at this point
Browse repository at this point
FEAT: Add ArrayString::len
Show description for f665142
bluss
committed
f665142
View commit details
Copy full SHA for f665142
View code at this point
Browse repository at this point
FIX: Adjust (mostly remove) inline directives
Show description for 1483c6d
bluss
committed
1483c6d
View commit details
Copy full SHA for 1483c6d
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
API: Rename feature flag serde-1 to serde
Show description for cac792e
bluss
committed
cac792e
View commit details
Copy full SHA for cac792e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.