copy_from_str 1.0.6

An extension trait to copy a string into another string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "passively-maintained"

[dev-dependencies.quickcheck]
version = "1.0.3"

[package]
authors = ["Konrad Borowski <copyfromstr@borowski.pw>"]
categories = ["no-std", "rust-patterns"]
description = "An extension trait to copy a string into another string"
documentation = "https://docs.rs/copy_from_str"
edition = "2018"
keywords = ["no_std", "str", "string"]
license = "MIT OR Apache-2.0"
name = "copy_from_str"
readme = "README.md"
repository = "https://github.com/xfix/copy_from_str"
version = "1.0.6"