Skip to content

Commit 7ebd0c7

Browse files
committed
chore: moved files from mail-codec to own crate
0 parents  commit 7ebd0c7

File tree

4 files changed

+656
-0
lines changed

4 files changed

+656
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
Cargo.lock
3+
.idea/
4+
.vscode/
5+
*.iml
6+
**/*.rs.bk

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[package]
2+
authors = ["Philipp Korber <[email protected]>"]
3+
categories = []
4+
description = "TODO"
5+
documentation = "https://docs.rs/vec1"
6+
keywords = ["vec", "min", "length", "1"]
7+
license = "MIT OR Apache-2.0"
8+
name = "vec1"
9+
readme = "./README.md"
10+
repository = "https://github.com/1aim/mail-codec/"
11+
version = "0.1.0"
12+
13+
[dependencies]
14+

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# vec1
3+
4+
**TODO**
5+
6+
---
7+
8+
TODO
9+
10+
11+
TODO: Documentation can be [viewed on docs.rs](https://docs.rs/vec1).
12+
13+
14+
## License
15+
16+
Licensed under either of
17+
18+
* Apache License, Version 2.0, ([LICENSE-APACHE](../LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
19+
* MIT license ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
20+
21+
at your option.
22+
23+
### Contribution
24+
25+
Unless you explicitly state otherwise, any contribution intentionally submitted
26+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
27+
additional terms or conditions.

0 commit comments

Comments
 (0)