Caio 6dccb480f7 Impl TryFrom<fmt::Arguments<'a>> for ArrayString
Shortcut for

```
use fmt::Write;
let mut v = Self::new();
v.write_fmt(f).map_err(|e| CapacityError::new(e))?;
```
2020-12-09 20:21:03 -03:00
2020-05-12 14:57:38 -04:00
2020-10-23 18:31:24 +02:00
2020-10-23 18:31:24 +02:00
2015-07-30 16:49:57 +02:00
2017-07-29 00:46:31 +02:00

arrayvec

Crates.io: arrayvec Crates.io: nodrop Documentation Build Status

License: Apache OR License: MIT

A vector with fixed capacity.

Please read the API documentation here

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

S
Description
ArrayVec with len_u8 feature.
Readme 536 KiB
Languages
Rust 100%